annotations
package provides for Java5 Annotations
meta data-based definition of rules for Digester
.See: Description
Interface | Description |
---|---|
AnnotationHandler<A extends Annotation,E extends AnnotatedElement> |
Intercepts a
Class visit performed by
the DigesterLoader . |
AnnotationHandlerFactory |
An object capable of providing instances of
AnnotationHandler . |
Class | Description |
---|---|
FromAnnotationsRuleModule |
RulesModule implementation that allows loading rules from
annotated classes. |
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.
|
annotations
package provides for Java5 Annotations
meta data-based definition of rules for Digester
.Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.