Annotation Interface Extension


An optionally named list of extension properties.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An option name for these extensions.
    The extension value.
  • Element Details

    • name

      String name
      An option name for these extensions.
      Returns:
      an option name for these extensions - will be prefixed with "x-"
    • value

      String value
      The extension value. If the value allows parsing into an object or array, it should be converted from a string
      Returns:
      the actual extension value