@Target(value={ANNOTATION_TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface JSONP
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
prefix
Prefix String used for JSONP if not empty: will be included
verbatim before JSON value.
|
java.lang.String |
suffix
Suffix String used for JSONP if not empty: will be included
verbatim after JSON value.
|
java.lang.String |
value
|