Annotation Type InstrumentedMethod
-
@Target({METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface InstrumentedMethodMarks an instrumented method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]instrumentationNamesThe name of the instrumentation.InstrumentationType[]instrumentationTypesThe type of instrumentation that caused this method to be instrumented.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleandispatcherIf true, this method generates a dispatcher tracer.
-
-
-
Element Detail
-
instrumentationTypes
InstrumentationType[] instrumentationTypes
The type of instrumentation that caused this method to be instrumented.- Returns:
-
-