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