Annotation Interface ConfigurationReader
@Documented
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
@BeanProperties(accessKind={METHOD,FIELD},
visibility=DEFAULT)
public @interface ConfigurationReader
A meta annotation for use with other annotations to indicate that the annotation reads configuration.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Field Details
-
PREFIX
-
BASE_PREFIX
-
PREFIX_CALCULATED
- See Also:
-
-
Element Details
-
value
-
prefix
-
basePrefix
String basePrefixThe base prefix to prepend to the original prefix.- Returns:
- The base prefix
- Since:
- 4.0.0
- Default:
""
-
includes
- Returns:
- The names of the properties to include
- Default:
{}
-
excludes
- Returns:
- The names of the properties to exclude
- Default:
{}
-