Package org.sam.server.annotation
Annotation Type ComponentScan
-
@Retention(RUNTIME) @Target(TYPE) public @interface ComponentScan
Root Package로 선언할 패키지의 클래스에 선언하여 동/하위 컴포넌트를 찾을 수 있게 해준다.
@Retention(RUNTIME)
@Target(TYPE)
public @interface ComponentScan