Annotation Interface ActionController


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface ActionController
Marks a class as an action controller that handles requests for a specific command module. Each controller is identified by a unique cmd value.
Author:
渔民小镇
date:
2021-12-12
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The command module ID for this controller.
  • Element Details

    • value

      int value
      The command module ID for this controller.
      Returns:
      the cmd value