@Inherited @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface Produces
*
/*
.
Check the Accept
header against this value or send a "406 Not Acceptable" response.
class Resources { @Produces("application/json") public Object method() { return ...; } }
public abstract String[] value
Copyright © 2020. All rights reserved.