Annotation Interface ActionMethod


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ActionMethod
Marks a method within an ActionController as a request handler for a specific sub-command.
Author:
渔民小镇
date:
2021-12-12
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The sub-command ID for this action method.
  • Element Details

    • value

      int value
      The sub-command ID for this action method.
      Returns:
      the subCmd value