@Retention(CLASS) @Target({}) public @interface Option
Option information for an AttributeDefinition.
????:
  • ??????

    ????
    ??????
    ?????
    ??
    The value of this Option.
  • ??????

    ????
    ??????
    ????
    ??
    The human readable label of this Option.
  • ??????

    • value

      String value
      The value of this Option.
      ????:
      • "The value attribute of the Option element of a Meta Type Resource."
    • label

      String label
      The human readable label of this Option.

      If not specified, the label of this Option is the empty string.

      If the label begins with the percent sign ('%' \u0025), the label can be localized.

      ????:
      • "The label attribute of the Option element of a Meta Type Resource."
      ???:
      ""