public class AnnotatedWithPackageScanFilter extends Object implements PackageScanFilter
| Constructor and Description |
|---|
AnnotatedWithPackageScanFilter(Class<? extends Annotation> annotation) |
AnnotatedWithPackageScanFilter(Class<? extends Annotation> annotation,
boolean checkMetaAnnotations) |
public AnnotatedWithPackageScanFilter(Class<? extends Annotation> annotation)
public AnnotatedWithPackageScanFilter(Class<? extends Annotation> annotation, boolean checkMetaAnnotations)
public boolean matches(Class<?> type)
PackageScanFiltermatches in interface PackageScanFiltertype - the classApache Camel