public @Override Set<String> getSupportedAnnotationTypes() { return new HashSet<String>(Arrays.asList( ServiceProvider.class.getCanonicalName(), ServiceProviders.class.getCanonicalName() )); }