Annotation Interface MethodHandler
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends Annotation>Class<? extends Annotation>Class<?>
-
Element Details
-
targetClass
Class<?> targetClass- Default:
- void.class
-
classAnnotatedWith
Class<? extends Annotation> classAnnotatedWith- Default:
- java.lang.annotation.Annotation.class
-
methodAnnotatedWith
Class<? extends Annotation> methodAnnotatedWith- Default:
- java.lang.annotation.Annotation.class
-