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