Annotation Type Configuration


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Configuration
    클래스에 선언 하여 해당 클래스를 설정 클래스로 만든다. Component 어노테이션과 기능상 차이는 없다.
    See Also:
    Component