|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface DigesterRule
Meta-annotation that marks an annotation as part of commons-digester.
Required Element Summary | |
---|---|
Class<? extends AnnotationHandler<? extends Annotation,? extends AnnotatedElement>> |
handledBy
The handler that takes care on converting this annotation in the related AnnotationHandler and adds it to the FromAnnotationsRuleModule |
Class<? extends Rule> |
reflectsRule
The reflected commons-digester rule. |
Element Detail |
---|
public abstract Class<? extends Rule> reflectsRule
public abstract Class<? extends AnnotationHandler<? extends Annotation,? extends AnnotatedElement>> handledBy
AnnotationHandler
and adds it to the FromAnnotationsRuleModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |