{
scanner.addIncludeFilter(new AnnotationTypeFilter(GlobalFilter.class));
}
if (scanProxies | scanConverters | scanFilters)
{
scanner.scan(basePackage == null ? "" : basePackage);
}
else
{
log.warn("Scan is not required if all @RemoteProxy, @DataTransferObject and @GlobalFilter are disabled. Skipping detection");
}