Class FactoryCreateHandler
- java.lang.Object
-
- org.apache.commons.digester3.annotations.handlers.FactoryCreateHandler
-
- All Implemented Interfaces:
AnnotationHandler<FactoryCreate,java.lang.Class<?>>
public final class FactoryCreateHandler extends java.lang.Object implements AnnotationHandler<FactoryCreate,java.lang.Class<?>>
FactoryCreatehandler.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description FactoryCreateHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(FactoryCreate annotation, java.lang.Class<?> element, RulesBinder rulesBinder)Handles the current visited element with the related current annotation.
-
-
-
Constructor Detail
-
FactoryCreateHandler
public FactoryCreateHandler()
-
-
Method Detail
-
handle
public void handle(FactoryCreate annotation, java.lang.Class<?> element, RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.- Specified by:
handlein interfaceAnnotationHandler<FactoryCreate,java.lang.Class<?>>- Parameters:
annotation- the current visited annotation.element- the current visited annotated element.rulesBinder- the annotationsRulesBinderwhere rules have to be bound.
-
-