Package com.newrelic.api.agent.weaver
Annotation Type SkipIfPresent
-
@Target(TYPE) @Retention(RUNTIME) public @interface SkipIfPresentThis marks classes that, if present, should cause an entire weave package to abort loading. This is used when instrumenting multiple versions of a framework or library to help ensure that only one version of the instrumentation ever loads.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringoriginalNameCanonical (package + class) name of the class that will cause a weave package not to load if present.
-