@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface DigesterRule
Modifier and Type | Required Element and Description |
---|---|
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.
|
public abstract Class<? extends Rule> reflectsRule
public abstract Class<? extends AnnotationHandler<? extends Annotation,? extends AnnotatedElement>> handledBy
AnnotationHandler
and adds it to the FromAnnotationsRuleModule
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.