Package org.apache.camel.impl.scan
Class AnnotatedWithPackageScanFilter
java.lang.Object
org.apache.camel.impl.scan.AnnotatedWithPackageScanFilter
- All Implemented Interfaces:
org.apache.camel.spi.PackageScanFilter
public class AnnotatedWithPackageScanFilter
extends Object
implements org.apache.camel.spi.PackageScanFilter
Package scan filter for testing if a given class is annotated with a certain annotation.
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedWithPackageScanFilter(Class<? extends Annotation> annotation) AnnotatedWithPackageScanFilter(Class<? extends Annotation> annotation, boolean checkMetaAnnotations) -
Method Summary
-
Constructor Details
-
AnnotatedWithPackageScanFilter
-
AnnotatedWithPackageScanFilter
public AnnotatedWithPackageScanFilter(Class<? extends Annotation> annotation, boolean checkMetaAnnotations)
-
-
Method Details