Uses of Interface
org.apache.commons.digester3.annotations.AnnotationHandlerFactory
-
Packages that use AnnotationHandlerFactory Package Description org.apache.commons.digester3.annotations Theannotationspackage provides for Java5 Annotations meta data-based definition of rules forDigester. -
-
Uses of AnnotationHandlerFactory in org.apache.commons.digester3.annotations
Methods in org.apache.commons.digester3.annotations with parameters of type AnnotationHandlerFactory Modifier and Type Method Description protected voidFromAnnotationsRuleModule. useAnnotationHandlerFactory(AnnotationHandlerFactory annotationHandlerFactory)Allows users plug a differentAnnotationHandlerFactoryto createAnnotationHandlerinstances.
-