com.alibaba.fastjson.support.spring.annotation
Annotation Type ResponseJSONP
@Documented @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @ResponseBody public @interface ResponseJSONP
Created by SongLing.Dong on 7/22/2017.- See Also:
-
JSONPResponseBodyAdvice
-
Element Detail
callback
public abstract String callback
The parameter's name of the callback method.- Default:
- "callback"
Copyright © 2012–2021 Alibaba Group. All rights reserved.