org.jboss.resteasy.annotations.providers
Annotation Type NoJackson


@Target(value={TYPE,METHOD,FIELD,PARAMETER})
@Retention(value=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 $
Author:
Bill Burke



Copyright © 2009. All Rights Reserved.