@Retention(value=RUNTIME) @Target(value=TYPE) public static @interface RestProxy.TargetRestService
public abstract String value
@RestService annotation value,
on server rest service class. If the proxy interface is not annotated with this annotation,
Crux will search for rest annotations on proxy methods to realize how to build the requests to rest services.Copyright © 2015. All rights reserved.