org.codegist.crest.annotate
Annotation Type Encoding


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Encoding

Optional interface level annotation, sets the service encoding. If not specified, defaults to the interface config default value.

Author:
Laurent Gilles (laurent.gilles@codegist.org)
See Also:
InterfaceConfig.DEFAULT_ENCODING, InterfaceConfig.getEncoding()

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011. All Rights Reserved.