Annotation Type Service


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