Resteasy JAXB Provider 2.3.6.Final-redhat-1

org.jboss.resteasy.annotations.providers.jaxb
Annotation Type DoNotUseJAXBProvider


@Target(value={TYPE,PARAMETER,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface 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.

Version:
$Revision: 1 $
Author:
Bill Burke


Resteasy JAXB Provider 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.