@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @EnableScheduling @ComponentScans(value=@ComponentScan(value={"com.jfilter","com.jfilter.components"})) public @interface EnableJsonFilter
For enabling FilterProvider, FilterAdvice and all filter mechanisms this annotation should be specified on one of application beans, as example on application configuration bean.
Copyright © 2019. All rights reserved.