com.sun.ws.rest.api
Annotation Type SubResources


@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SubResources

Defines the set static sub-resource class of a resource class.


Required Element Summary
 java.lang.Class[] value
          An array of Class that represents the set of static sub-resources.
 

Element Detail

value

public abstract java.lang.Class[] value
An array of Class that represents the set of static sub-resources. Duplicate Class in the array are ignored.