@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.
public abstract String[] value
Copyright © 2013 Oracle Corporation. All rights reserved.