Annotation Type ConfigurationClass
-
@Retention(RUNTIME) @Target(TYPE) public @interface ConfigurationClassTheConfigurationinterface is traversed through reflection. This annotation provides a way to override the default "add all property" behaviour.- Since:
- 1.4
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]ignoreList of properties which should be excluded from configuration properties.booleanskipUnsupportedSilently skips properties with unsupported types.
-