Annotation Type SetTop
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@DigesterRule(reflectsRule=SetTopRule.class,
handledBy=SetTopHandler.class)
public @interface SetTop
Methods annotated with
SetTop will be bound with SetTopRule digester rule.- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines several@SetTopannotations on the same element -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanMarks the rule be invoked whenbeginorendevents match.The namespace URI for which this Rule is relevant, if any.
-
Element Details
-
pattern
The element matching pattern. -
fireOnBegin
boolean fireOnBeginMarks the rule be invoked whenbeginorendevents match.- Default:
false
-
namespaceURI
The namespace URI for which this Rule is relevant, if any.- Since:
- 3.0
- Default:
""
-