@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface MessageBodyWriter
Annotation interfaces which define
a `MessageBodyWriter` annotation. A `MessageBodyWriter` annotation is a
Annotation used to annotate a class which should be rendered
by a registered `MessageBodyComponent` for the annotation type.