Annotation Type WeavedMethod
-
@Target({METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface WeavedMethodMarks a weaved method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]sourceAn array of instrumentation package titles indicating the source of the weave instrumentation.
-