Annotation Interface DocsDopedCopy.ParamValue

Enclosing class:
DocsDopedCopy

@Retention(RUNTIME) @Target({}) public static @interface DocsDopedCopy.ParamValue
Annotation to describe an allowed value for a parameter.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the allowed value.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Description of the allowed value.
  • Element Details

    • value

      String value
      Name of the allowed value.
      Returns:
      the value name
    • description

      String description
      Description of the allowed value.
      Returns:
      the value description
      Default:
      ""