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


@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
public @interface IgnoreMediaTypes

Placed on a type, method, parameter, or field to tell JAXRS not to use JAXB provider for a certain media type

Version:
$Revision: 1 $
Author:
Bill Burke

Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value


Copyright © 2010. All Rights Reserved.