@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface DigesterRule
Modifier and Type | Required Element and Description |
---|---|
Class<? extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>> |
providedBy
Define the
AnnotationRuleProvider that builds the Rule
related to the digester rule. |
Class<? extends Rule> |
reflectsRule
The reflected commons-digester rule.
|
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> |
handledBy
The handler that takes care on converting this annotation in the related
AnnotationRuleProvider and adds it o the FromAnnotationsRuleSet |
public abstract Class<? extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>> providedBy
AnnotationRuleProvider
that builds the Rule
related to the digester rule.AnnotationRuleProvider
.public abstract Class<? extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> handledBy
AnnotationRuleProvider
and adds it o the FromAnnotationsRuleSet
DigesterLoaderHandler
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.