Annotation Type ClasspathProvider


  • @Target({PARAMETER,FIELD,METHOD})
    @Retention(RUNTIME)
    @Documented
    public @interface ClasspathProvider
    A marker annotation used to select the correct AssetFactory for injection. The marked interface will provide assets located on the classpath.