Class FactoryCreateHandler

java.lang.Object
org.apache.commons.digester3.annotations.handlers.FactoryCreateHandler
All Implemented Interfaces:
AnnotationHandler<FactoryCreate,Class<?>>

public final class FactoryCreateHandler extends Object implements AnnotationHandler<FactoryCreate,Class<?>>
FactoryCreate handler.
Since:
3.0
  • Constructor Details

    • FactoryCreateHandler

      public FactoryCreateHandler()
  • Method Details

    • handle

      public void handle(FactoryCreate annotation, Class<?> element, RulesBinder rulesBinder)
      Handles the current visited element with the related current annotation.
      Specified by:
      handle in interface AnnotationHandler<FactoryCreate,Class<?>>
      Parameters:
      annotation - the current visited annotation.
      element - the current visited annotated element.
      rulesBinder - the annotations RulesBinder where rules have to be bound.