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 @interface
Defines several@SetTop
annotations on the same element -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Marks the rule be invoked whenbegin
orend
events match.The namespace URI for which this Rule is relevant, if any.