org.jboss.seam.rest.client
Annotation Type RestClient


@Target(value={TYPE,METHOD,FIELD,PARAMETER})
@Retention(value=RUNTIME)
@Documented
@Qualifier
public @interface RestClient

Qualifier for injecting REST client and ClientRequest instances.

Author:
Jozef Hartinger

Required Element Summary
 String value
          URL of the web service
 

Element Detail

value

public abstract String value
URL of the web service



Copyright © 2011 Seam Framework. All Rights Reserved.