Annotation Interface AquimaActionHandler


@Component @Retention(RUNTIME) @Target(TYPE) public @interface AquimaActionHandler
Annotation for classes that are Aquima action handlers.
Since:
8.0
Author:
Danny Roest
See Also:
  • IActionHandler
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the name of the action handler.
  • Element Details

    • value

      @AliasFor(annotation=org.springframework.stereotype.Component.class) String value
      Returns the name of the action handler.
      Returns:
      the name of the action handler.