@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ExcludeRoutes
PackageScanClassResolver
to exclude a set of given classes from being resolved.
Typically this is used at test time to exclude certain routes, which might otherwise be noisy, from being discovered
and initialized.public abstract Class<? extends org.apache.camel.RoutesBuilder>[] value
Apache Camel