Uses of Class
com.sun.ws.rest.spi.resource.Injectable

Packages that use Injectable
com.sun.ws.rest.api.client   
com.sun.ws.rest.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
 

Uses of Injectable in com.sun.ws.rest.api.client
 

Methods in com.sun.ws.rest.api.client with parameters of type Injectable
 void Client.addInjectable(java.lang.reflect.Type fieldType, Injectable injectable)
          Add an injectable resource to the set maintained by the client.
 

Uses of Injectable in com.sun.ws.rest.spi.container
 

Methods in com.sun.ws.rest.spi.container with parameters of type Injectable
 void WebApplication.addInjectable(java.lang.reflect.Type fieldType, Injectable injectable)
          Add an injectable resource to the set maintained by the application.