public class InvertingPackageScanFilter
extends Object
implements org.apache.camel.spi.PackageScanFilter
Package scan filter for inverting the match result of a subfilter. If the subfilter would match and return
true this filter will invert that match and return false.