Annotation Type SelectClasspathResources


@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
     since="1.8")
public @interface SelectClasspathResources
@SelectClasspathResources is a container for one or more @SelectClasspathResource declarations.

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

Since:
1.8
See Also:
SelectClasspathResource