Annotation Type JSONP
-
@Target({ANNOTATION_TYPE,METHOD}) @Retention(RUNTIME) public @interface JSONP
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringprefixPrefix String used for JSONP if not empty: will be included verbatim before JSON value.StringsuffixSuffix String used for JSONP if not empty: will be included verbatim after JSON value.Stringvalue
-