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