@Retention(value=RUNTIME) @Target(value=TYPE) public static @interface RestProxy.UseJsonP
| Modifier and Type | Optional Element and Description |
|---|---|
String |
callbackParam
Inform the name of the jsonp callback parameter.
|
String |
failureCallbackParam
Inform the name of the jsonp error callback parameter.
|
public abstract String callbackParam
public abstract String failureCallbackParam
Copyright © 2015. All rights reserved.