批注接口 DocumentMethod


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface DocumentMethod
Generates the document action method name. By default, the action method name is used.
从以下版本开始:
21.20
作者:
渔民小镇
日期:
2024-11-12
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The method name of the document action
  • 元素详细资料

    • value

      String value
      The method name of the document action
      返回:
      method name