Annotation Type SetRoot


Methods annotated with SetRoot will be bound with SetRootRule digester rule.
Since:
2.1
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Marks the rule be invoked when begin or end events match.
    Class<?>[]
    Defines the concrete implementation(s) of @SetRoot annotated method argument.
  • Element Details

    • value

      Class<?>[] value
      Defines the concrete implementation(s) of @SetRoot annotated method argument.
      Default:
      {}
    • fireOnBegin

      boolean fireOnBegin
      Marks the rule be invoked when begin or end events match.
      Default:
      false