Annotation Type JavaSourceFilter
-
@Documented @Qualifier @Retention(RUNTIME) @Target({TYPE,METHOD,FIELD,PARAMETER}) public @interface JavaSourceFilter
A qualifier for predicates that filter Java source files from compilation in theInternalKieBuilder.Predicatebeans with this qualifier will be combined such that if any single predicate tests false for a Java source file, that file will not be compiled by theInternalKieBuilder.