@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.
ConfigurationPropertiespublic abstract java.lang.String value