Annotation Interface DocumentMethod


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface DocumentMethod
Generates the document action method name. By default, the action method name is used.
Since:
21.20
Author:
渔民小镇
date:
2024-11-12
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The method name of the document action
  • Element Details

    • value

      String value
      The method name of the document action
      Returns:
      method name