@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface MessageBodyWriter
Marker annotation for [[java.lang.annotation.Annotation]] interfaces which define
a `MessageBodyWriter` annotation. A `MessageBodyWriter` annotation is a
[[java.lang.annotation.Annotation]] used to annotate a class which should be rendered
by a registered `MessageBodyComponent` for the annotation type.
- See Also:
Message Body Components]]