Annotation Type SelectClasspathResources


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    @Documented
    @API(status=STABLE,
         since="1.10")
    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