@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Documented public @interface ResponseContentType
Mark an action handler shall produce response with media type specified
| Modifier and Type | Required Element and Description |
|---|---|
org.osgl.http.H.MediaType |
value
Specify the content type string, e.g.
|
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.