Package org.apache.camel.impl.scan

Package scan classes.

See:
          Description

Class Summary
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.
 

Package org.apache.camel.impl.scan Description

Package scan classes.



Apache CAMEL