Package com.google.inject.internal
Interface CreationListener
-
- All Known Implementing Classes:
BoundProviderFactory
,ExposedKeyFactory
,FactoryProxy
interface CreationListener
Something that is notified upon creation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(Errors errors)
Notifies that creation should happen.
-
-
-
Method Detail
-
notify
void notify(Errors errors)
Notifies that creation should happen.
-
-