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
-
Element Details
-
callback
String callbackThe parameter's name of the callback method.- Default:
- "callback"
-