| DoNotUseJAXBProvider | 
 Put this on a class or parameter when you do not want the JAXB MessageBodyReader/Writer
 used but instead have a more specific provider you want to use to marshall the type. 
 | 
| Formatted | 
 Format XML output with indentations and newlines. 
 | 
| IgnoreMediaTypes | 
 Placed on a type, method, parameter, or field to tell JAXRS not to use JAXB provider for a certain
 media type 
 | 
| JAXBConfig | 
  | 
| Stylesheet | 
 Specifies an XML stylesheet header 
 | 
| Wrapped | 
 Put this on a method or parameter when you want to marshal or unmarshal a collection or array of JAXB objects 
 | 
| WrappedMap | 
 Put this on a method or parameter when you want to marshal or unmarshal a map of JAXB objects 
 | 
| XmlHeader | 
 Sets an XML header for the returned document. 
 |