javax.rws
Annotation Type ResourceRef


@Inherited
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface ResourceRef

Declares the reference to a target resource. This can be either a static URI reference or an URI template reference.

Author:
Jerome Louvel (contact@noelios.com)

Required Element Summary
 java.lang.String value
           
 
Optional Element Summary
 java.lang.String childValue
           
 

Element Detail

value

public abstract java.lang.String value

childValue

public abstract java.lang.String childValue
Default:
"[unassigned]"