Annotation Type MessageBodyWriter


  • @Target(ANNOTATION_TYPE)
    @Retention(RUNTIME)
    public @interface MessageBodyWriter
    Marker annotation for 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.
    See Also:
    Finatra User's Guide - HTTP Message Body Components