Annotation Type ConsumesJson


@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface ConsumesJson
An alias for @Consumes(MediaTypeNames.JSON).