Annotation 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
-
Element Details
-
value
int valueThe command module ID for this controller.- Returns:
- the cmd value
-