Package com.sun.jersey.spi.inject

Interface Summary
Injectable<T> The type of something that is injectable.
InjectableProvider<A extends Annotation,C> An injectable provider provides an injectable which in turn may be used to obtain the instance to inject onto a field, bean setter method, parameter of a constructor, or parameter of a method.
 

Class Summary
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.
 

Annotation Types Summary
Inject Used to annotate fields that shall be injected with instances pulled from the component provider.
Created on: Apr 12, 2008