Annotation Type LineMessageHandler


  • @Target(TYPE)
    @Component
    @Retention(RUNTIME)
    public @interface LineMessageHandler
    Indicates that an annotated class has a LINE Messaging Event Handler method.

    This annotation serves as a specialization of @Component, allowing for implementation classes to be autodetected through classpath scanning.