Annotation Type DigesterRule
Meta-annotation that marks an annotation as part of commons-digester.
- Since:
- 2.1
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass
<? extends AnnotationHandler<? extends Annotation, ? extends AnnotatedElement>> The handler that takes care on converting this annotation in the relatedAnnotationHandler
and adds it to theFromAnnotationsRuleModule
The reflected commons-digester rule.
-
Element Details
-
reflectsRule
The reflected commons-digester rule. -
handledBy
Class<? extends AnnotationHandler<? extends Annotation,? extends AnnotatedElement>> handledByThe handler that takes care on converting this annotation in the relatedAnnotationHandler
and adds it to theFromAnnotationsRuleModule
-