Uses of Interface
com.google.inject.spi.InjectionListener
Packages that use InjectionListener
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of InjectionListener in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type InjectionListenerModifier and TypeMethodDescriptionstatic InternalProvisionException
InternalProvisionException.errorNotifyingInjectionListener
(InjectionListener<?> listener, TypeLiteral<?> type, RuntimeException cause) -
Uses of InjectionListener in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type InjectionListenerModifier and TypeMethodDescriptionvoid
TypeEncounter.register
(InjectionListener<? super I> listener) Registers an injection listener for typeI
.