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 AnnotationRuleProvider<? extends Annotation, ? extends AnnotatedElement, ? extends Rule>> Define theAnnotationRuleProvider
that builds theRule
related to the digester rule.The reflected commons-digester rule. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass
<? extends DigesterLoaderHandler<? extends Annotation, ? extends AnnotatedElement>> The handler that takes care on converting this annotation in the relatedAnnotationRuleProvider
and adds it o theFromAnnotationsRuleSet
-
Element Details
-
reflectsRule
Class<? extends Rule> reflectsRuleThe reflected commons-digester rule.- Returns:
- the reflected commons-digester rule.
-
handledBy
Class<? extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> handledByThe handler that takes care on converting this annotation in the relatedAnnotationRuleProvider
and adds it o theFromAnnotationsRuleSet
- Returns:
- the
DigesterLoaderHandler
- Default:
org.apache.commons.digester.annotations.handlers.DefaultLoaderHandler.class
-
providedBy
Class<? extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement, providedBy? extends Rule>> Define theAnnotationRuleProvider
that builds theRule
related to the digester rule.- Returns:
- the
AnnotationRuleProvider
.
-