Annotation Type Instrumented
-
@Target({CONSTRUCTOR,METHOD}) @Retention(RUNTIME) public @interface Instrumented
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends InstrumentedParser<?>>parser
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanactiveClass<?>callerConstantTag[]constantsStringjsonParameterTag[]parametersTimeUnittimeUnit
-
-
-
Element Detail
-
parser
Class<? extends InstrumentedParser<?>> parser
-
-
-
caller
Class<?> caller
- Default:
- org.smallmind.claxon.registry.aop.Instrumented.class
-
-
-
json
String json
- Default:
- "{}"
-
-
-
constants
ConstantTag[] constants
- Default:
- {}
-
-
-
parameters
ParameterTag[] parameters
- Default:
- {}
-
-
-
timeUnit
TimeUnit timeUnit
- Default:
- java.util.concurrent.TimeUnit.MILLISECONDS
-
-