Annotation Type SetTop
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@DigesterRule(reflectsRule=SetTopRule.class,
providedBy=SetTopRuleProvider.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
-
Element Details
-
pattern
The element matching pattern.- Returns:
- the element matching pattern.
-