Uses of Interface
com.google.inject.spi.PrivateElements

Packages that use PrivateElements
com.google.inject.spi Guice service provider interface 
 

Uses of PrivateElements in com.google.inject.spi
 

Methods in com.google.inject.spi that return PrivateElements
 PrivateElements ExposedBinding.getPrivateElements()
          Returns the enclosed environment that holds the original binding.
 

Methods in com.google.inject.spi with parameters of type PrivateElements
 V ElementVisitor.visit(PrivateElements elements)
          Visit a collection of configuration elements for a private binder.
 V DefaultElementVisitor.visit(PrivateElements privateElements)
           
 



Copyright 2009 Google Inc. All Rights Reserved.