Annotation Interface ConfigurationClass
The
Configuration
interface is traversed through reflection. This
annotation provides a way to override the default "add all property" behaviour.- Since:
- 1.4
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionString[]
List of properties which should be excluded from configuration properties.boolean
Silently skips properties with unsupported types.
-
Element Details
-
skipUnsupported
boolean skipUnsupportedSilently skips properties with unsupported types.- Default:
- false
-
ignore
String[] ignoreList of properties which should be excluded from configuration properties.- Default:
- {}
-