@Repeatable(value=Configs.class) @Retention(value=RUNTIME) @Target(value=FIELD) @Inherited @Documented public @interface Config
Property configuration.
This annotation is limited to String type configuration values. Refer to BeanPropertyPostProcessor to
implement more advanced bean property configuration operations.
Property.getConfiguration(),
BeanIntrospectorCopyright © 2019 The Holon Platform. All rights reserved.