Annotation Type FactoryCreate


Classes annotated with FactoryCreate will be bound with FactoryCreateRule digester rule.
Since:
2.1
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Defines several @FactoryCreate annotations on the same element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The Java class of the object creation factory class
    The element matching pattern.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    When true any exceptions thrown during object creation will be ignored.
  • Element Details

    • ignoreCreateExceptions

      When true any exceptions thrown during object creation will be ignored.
      Returns:
      when true any exceptions thrown during object creation will be ignored.
      Default:
      false