Uses of Interface
com.sun.jersey.spi.inject.InjectableProvider

Packages that use InjectableProvider
com.sun.jersey.spi.inject   
 

Uses of InjectableProvider in com.sun.jersey.spi.inject
 

Classes in com.sun.jersey.spi.inject that implement InjectableProvider
 class SingletonTypeInjectableProvider<A extends Annotation,T>
          A utility class that may implemented to support an singleton injectable provider for a specific type T, and an instance of type T, that is to be injected.