public class AnnotatedWithAnyPackageScanFilter extends Object implements PackageScanFilter
| Constructor and Description |
|---|
AnnotatedWithAnyPackageScanFilter(Set<Class<? extends Annotation>> annotations) |
AnnotatedWithAnyPackageScanFilter(Set<Class<? extends Annotation>> annotations,
boolean checkMetaAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Class<?> type)
Does the given class match
|
String |
toString() |
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