Annotation Interface Param


@Documented @Retention(RUNTIME) @Target({}) public @interface Param
Used in Info to document method params, dependent on order they're added in
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Override param name
    Parameter description
  • Element Details

    • name

      String name
      Override param name
      Default:
      ""
    • value

      String value
      Parameter description
      Default:
      ""