Uses of Interface
com.google.inject.internal.CreationListener
Packages that use CreationListener
-
Uses of CreationListener in com.google.inject.internal
Classes in com.google.inject.internal that implement CreationListenerModifier and TypeClassDescription(package private) final class
Delegates to a custom factory which is also bound in the injector.(package private) final class
This factory exists in a parent injector.(package private) final class
FactoryProxy<T>
A placeholder which enables us to swap in the real factory once the injector is created.Fields in com.google.inject.internal with type parameters of type CreationListenerModifier and TypeFieldDescriptionprivate final List<CreationListener>
ProcessedBindingData.creationListeners
Methods in com.google.inject.internal with parameters of type CreationListenerModifier and TypeMethodDescription(package private) void
ProcessedBindingData.addCreationListener
(CreationListener listener)