JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.jboss.resteasy.annotations.providers.jaxb
Annotation Type DoNotUseJAXBProvider
@Target
({
TYPE
,
PARAMETER
,
FIELD
,
METHOD
})
@Retention
(
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 $