javax.rws
Annotation Type HostRef


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

Host reference typically used on the Web Application class.

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]"