Uses of Interface
com.google.inject.spi.PrivateElements
Packages that use PrivateElements
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of PrivateElements in com.google.inject.internal
Classes in com.google.inject.internal that implement PrivateElements -
Uses of PrivateElements in com.google.inject.spi
Methods in com.google.inject.spi that return PrivateElementsModifier and TypeMethodDescriptionExposedBinding.getPrivateElements()
Returns the enclosed environment that holds the original binding.Methods in com.google.inject.spi with parameters of type PrivateElementsModifier and TypeMethodDescriptionDefaultElementVisitor.visit
(PrivateElements privateElements) ElementVisitor.visit
(PrivateElements elements) Visit a collection of configuration elements for a private binder.