Spring Component Scan Include and Exclude Filter Example
www.concretepage.com › spring › spring-componentJun 24, 2019 · Spring Component Scan Include and Exclude Filter Example. By Arvind Rai, June 24, 2019. This page will walk through spring component scan include and exclude filter example using JavaConfig and XML with annotation, assignable, aspect and regex filter types. When we use spring component scan either in JavaConfig or XML configuration, all the classes annotated by @Component, @Service, @Repository and @Controller stereotypes are by default auto detected.