Annotation Interface Configuration


@Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface Configuration
Indicates either that the class is a simple Java object that stores configuration, or for fields within a class, indicates this object is an embedded configuration object that can be overridden by a ConfigurationSource.