Annotation Type ResponseJSONP


@Documented @Target({TYPE,METHOD}) @Retention(RUNTIME) @ResponseBody public @interface ResponseJSONP
Created by SongLing.Dong on 7/22/2017.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The parameter's name of the callback method.
  • Element Details

    • callback

      String callback
      The parameter's name of the callback method.
      Default:
      "callback"