Annotation Interface Configuration


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Configuration
Indicates that the annotated type is a configuration.

Configuration classes must have a no-args constructor.