Package org.apache.commons.digester3.annotations
The
annotations
package provides for Java5 Annotations
meta data-based definition of rules for Digester
.-
Interface Summary Interface Description AnnotationHandler<A extends java.lang.annotation.Annotation,E extends java.lang.reflect.AnnotatedElement> Intercepts aClass
visit performed by theDigesterLoader
.AnnotationHandlerFactory An object capable of providing instances ofAnnotationHandler
. -
Class Summary Class Description DefaultAnnotationHandlerFactory DefaultAnnotationHandlerFactory
implementation.FromAnnotationsRuleModule RulesModule
implementation that allows loading rules from annotated classes.WithMemoryRulesBinder ARulesBinder
implementation with memory to maintain which classes have already been analyzed. -
Annotation Types Summary Annotation Type Description DigesterRule Meta-annotation that marks an annotation as part of commons-digester.DigesterRuleList Meta-annotation that marks an annotation as a list of commons-digester annotations.