@org.springframework.context.annotation.ComponentScan(org.c4sg)

Here are the examples of the java api @org.springframework.context.annotation.ComponentScan(org.c4sg) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : AspectJAutoConfig.java
with MIT License
from Code4SocialGood

@Configuration
@EnableAspectJAutoProxy
@ComponentScan("org.c4sg")
public clreplaced AspectJAutoConfig {
}