Package org.apache.rat.config.parameters
Annotation Type MatcherBuilder
An annotation that marks a configuration component.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass
<? extends IHeaderMatcher> The common name for the component.
-
Element Details
-
value
Class<? extends IHeaderMatcher> valueThe common name for the component. If not specified the name of the field or class is used.- Returns:
- the component name.
-