| Class | Description |
|---|---|
| AnnotatedWithAnyPackageScanFilter |
Package scan filter for testing if a given class is annotated with any of the annotations.
|
| AnnotatedWithPackageScanFilter |
Package scan filter for testing if a given class is annotated with a certain annotation.
|
| AssignableToPackageScanFilter |
Package scan filter for testing if a given class is assignable to another class.
|
| CompositePackageScanFilter |
CompositePackageScanFilter allows multiple
PackageScanFilters to be composed into a single filter. |
| InvertingPackageScanFilter |
Package scan filter for inverting the match result of a subfilter.
|
Apache Camel