@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface ConfigurationReader
A meta annotation for use with other annotations to indicate that the annotation reads configuration.
ConfigurationProperties
public abstract java.lang.String value