JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.linecorp.armeria.server.annotation
Annotation Interface ProducesJson
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
public @interface
ProducesJson
An alias for
@Produces(MediaTypeNames.JSON_UTF_8)
.