org.cruxframework.crux.core.client.rest
Annotation Type RestProxy.TargetEndPoint


@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface RestProxy.TargetEndPoint

Annotation used to associate an end point address to the current proxy.

Author:
Thiago da Rosa de Bustamante

Required Element Summary
 String value
          The address of the rest service endPoint.
 

Element Detail

value

public abstract String value
The address of the rest service endPoint.

Returns:
rest service endPoint


Copyright © 2014. All rights reserved.