Annotation Type JSONP

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String prefix
      Prefix String used for JSONP if not empty: will be included verbatim before JSON value.
      String suffix
      Suffix String used for JSONP if not empty: will be included verbatim after JSON value.
      String value
      Method used for JSONP, unless prefix() or suffix() return non-empty Strings.
    • Element Detail

      • value

        String value
        Method used for JSONP, unless prefix() or suffix() return non-empty Strings.
        Default:
        ""
      • prefix

        String prefix
        Prefix String used for JSONP if not empty: will be included verbatim before JSON value.
        Default:
        ""
      • suffix

        String suffix
        Suffix String used for JSONP if not empty: will be included verbatim after JSON value.
        Default:
        ""