@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface ConditionalOnSelfTracing
ConditionalOnClass(name = "com.github.kristofa.brave.Brave")
ConditionalOnBean(Brave.class)
Modifier and Type | Optional Element and Description |
---|---|
String |
storageType |
public abstract String storageType
Copyright © 2015–2016 OpenZipkin. All rights reserved.