@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ConfigurationClass
Configuration
interface is traversed through reflection. This
annotation provides a way to override the default "add all property" behaviour.Modifier and Type | Optional Element and Description |
---|---|
String[] |
ignore
List of properties which should be excluded from configuration properties.
|
boolean |
skipUnsupported
Silently skips properties with unsupported types.
|
public abstract boolean skipUnsupported
public abstract String[] ignore
Copyright © 2022. All rights reserved.