org.codegist.crest.annotate
Annotation Type ContextPath


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

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

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

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011. All Rights Reserved.