org.codegist.crest.annotate
Annotation Type EndPoint


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

Mandatory interface level annotation, sets the service end point.

Author:
Laurent Gilles (laurent.gilles@codegist.org)
See Also:
InterfaceConfig.getEndPoint()

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011. All Rights Reserved.