Uses of Class
com.google.inject.internal.PrivateElementsImpl
-
Packages that use PrivateElementsImpl Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of PrivateElementsImpl in com.google.inject.internal
Fields in com.google.inject.internal declared as PrivateElementsImpl Modifier and Type Field Description private PrivateElementsImpl
InjectorShell.Builder. privateElements
null unless this exists in aprivate environment
-
Uses of PrivateElementsImpl in com.google.inject.spi
Fields in com.google.inject.spi declared as PrivateElementsImpl Modifier and Type Field Description private PrivateElementsImpl
Elements.RecordingBinder. privateElements
Constructors in com.google.inject.spi with parameters of type PrivateElementsImpl Constructor Description RecordingBinder(Elements.RecordingBinder parent, PrivateElementsImpl privateElements)
Creates a private recording binder.
-