Package com.sun.jersey.spi.inject

Provides support for injection onto resource and provider classes.

See:
          Description

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.
InjectableProviderContext The context to obtain Injectable instances.
 

Class Summary
PerRequestTypeInjectableProvider<A extends Annotation,T> A utility class that may implemented to support a per-request injectable provider for a specific type T.
SingletonTypeInjectableProvider<A extends Annotation,T> A utility class that may implemented to support a 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 or parameters that shall be injected with instances obtained from the registered IoC component provider factory (if any).
 

Package com.sun.jersey.spi.inject Description

Provides support for injection onto resource and provider classes.



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.