@Repeatable(value=ProducesGroup.class) @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Produces
Note that StandardCharsets.UTF_8 is used to produce the response when the specified media type is
MediaType.ANY_TEXT_TYPE and the charset is not specified.
public abstract String value
application/json; charset=utf-8application/xmlapplication/octet-streamtext/htmlCopyright © 2020 LeanCloud. All rights reserved.