@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()
,
BeanIntrospector
Copyright © 2018 The Holon Platform. All rights reserved.