org.jboss.resteasy.annotations
Annotation Type ContentEncoding


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface ContentEncoding

Meta annotation that specifies a Content-Encoding to be applied via the annotated annotation

Version:
$Revision: 1 $
Author:
Bill Burke

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Copyright © 2009. All Rights Reserved.