Uses of Interface
com.google.inject.PrivateBinder

Packages that use PrivateBinder
com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
 

Uses of PrivateBinder in com.google.inject
 

Methods in com.google.inject that return PrivateBinder
protected  PrivateBinder PrivateModule.binder()
          Returns the current binder.
 PrivateBinder Binder.newPrivateBinder()
          Creates a new private child environment for bindings and other configuration.
 PrivateBinder PrivateBinder.skipSources(Class... classesToSkip)
           
 PrivateBinder PrivateBinder.withSource(Object source)
           
 



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.