Package com.newrelic.api.agent.weaver
Annotation Type WeaveWithAnnotation
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface WeaveWithAnnotation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]annotationClassesCanonical (package + class) name of the annotation require in order to weave this type
-
-
-
-
type
MatchType type
The type of match. Defaults to anMatchType.ExactClassmatch.- Default:
- com.newrelic.api.agent.weaver.MatchType.ExactClass
-
-