@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ImplicitProduces
The list of media types may be declared individually as String items or as a comma separated list of one or more String items.
A quality source parameter, qs, may be declared as a parameter of a media type. This enables the application to prefer to produce say "text/html" over "application/xml" if the former has a higher quality source value than the latter and the former is an acceptable media type.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
A list of media types.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.