Annotation Type DirectBuildLogStorageAccess


  • @Retention(SOURCE)
    @Target({TYPE,METHOD,CONSTRUCTOR})
    public @interface DirectBuildLogStorageAccess
    This annotation marks that a build log related class/method performs direct access to the build log storage files. A class/method marked with this annotation cannot use build log service but may be used by it.