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