JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.jboss.resteasy.annotations.providers
NoJackson
Contents
Description
Hide sidebar
Show sidebar
Annotation Type NoJackson
@Target
({
TYPE
,
METHOD
,
FIELD
,
PARAMETER
})
@Retention
(
RUNTIME
)
public @interface
NoJackson
Placed on class, parameter, field or method when you don't want the Jackson provider to be triggered. i.e. when you want to use JAXB provider
Version:
$Revision: 1 $