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