Uses of Interface
com.google.inject.spi.TypeEncounter
Packages that use TypeEncounter
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of TypeEncounter in com.google.inject.internal
Classes in com.google.inject.internal that implement TypeEncounter -
Uses of TypeEncounter in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type TypeEncounterModifier and TypeMethodDescription<I> void
TypeListener.hear
(TypeLiteral<I> type, TypeEncounter<I> encounter) Invoked when Guice encounters a new type eligible for constructor or members injection.