guice-jndi-2.0.jar.| Class | Description |
|---|---|
| FactoryProvider<F> |
Provides a factory that combines the caller's arguments with injector-supplied values to
construct objects.
|
| Annotation Type | Description |
|---|---|
| Assisted |
Annotates an injected parameter or field whose value comes from an argument to a factory method.
|
| AssistedInject | Deprecated.
FactoryProvider now works better with the standard @Inject
annotation. |