| Package | Description |
|---|---|
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| com.google.inject.spi |
Guice service provider interface
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<InjectionListener<? super T>> |
EncounterImpl.injectionListeners |
private com.google.common.collect.ImmutableSet<InjectionListener<? super T>> |
MembersInjectorImpl.injectionListeners |
| Modifier and Type | Method and Description |
|---|---|
(package private) com.google.common.collect.ImmutableSet<InjectionListener<? super T>> |
EncounterImpl.getInjectionListeners() |
| Modifier and Type | Method and Description |
|---|---|
Errors |
Errors.errorNotifyingInjectionListener(InjectionListener<?> listener,
TypeLiteral<?> type,
java.lang.RuntimeException cause) |
void |
EncounterImpl.register(InjectionListener<? super T> injectionListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeEncounter.register(InjectionListener<? super I> listener)
Registers an injection listener for type
I. |