Class AnnotatedWithAnyPackageScanFilter
java.lang.Object
org.apache.camel.support.scan.AnnotatedWithAnyPackageScanFilter
- All Implemented Interfaces:
org.apache.camel.spi.PackageScanFilter
public class AnnotatedWithAnyPackageScanFilter
extends Object
implements org.apache.camel.spi.PackageScanFilter
Package scan filter for testing if a given class is annotated with any of the annotations.
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedWithAnyPackageScanFilter(Set<Class<? extends Annotation>> annotations) AnnotatedWithAnyPackageScanFilter(Set<Class<? extends Annotation>> annotations, boolean checkMetaAnnotations) -
Method Summary
-
Constructor Details
-
AnnotatedWithAnyPackageScanFilter
-
AnnotatedWithAnyPackageScanFilter
public AnnotatedWithAnyPackageScanFilter(Set<Class<? extends Annotation>> annotations, boolean checkMetaAnnotations)
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceorg.apache.camel.spi.PackageScanFilter
-
getAnnotations
-
toString
-