Annotation Type SetTop
-
@Documented @Retention(RUNTIME) @Target(METHOD) @DigesterRule(reflectsRule=SetTopRule.class, providedBy=SetTopRuleProvider.class) public @interface SetTop
Methods annotated withSetTop
will be bound withSetTopRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addSetTop(String,String,String)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
pattern
The element matching pattern.
-