Uses of Interface
com.google.inject.spi.InjectionListener
-
Packages that use InjectionListener Package Description com.google.inject.spi Guice service provider interface -
-
Uses of InjectionListener in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type InjectionListener Modifier and Type Method Description voidTypeEncounter. register(InjectionListener<? super I> listener)Registers an injection listener for typeI.
-