@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Produces
| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
HTML |
static java.lang.String |
JSON |
static java.lang.String |
TEXT |
static java.lang.String |
XHTML |
static java.lang.String |
XML |
static java.lang.String |
YAML |
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value |
Copyright © 2023. All rights reserved.