Annotation Interface ConfigurationParametersResources


@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=MAINTAINED, since="1.13.3") public @interface ConfigurationParametersResources
@ConfigurationParametersResources is a container for one or more @ConfigurationParametersResource declarations.

Note, however, that use of the @ConfigurationParametersResources container is completely optional since @ConfigurationParametersResource is a repeatable annotation.

Since:
1.11
See Also: