Summary
| Protected Methods | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        configure()
        
        Configures a  Binder via the exposed methods.  
  
   | 
| 
  [Expand]
   Inherited Methods  | 
   
From class
  com.google.inject.AbstractModule
 | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            Object
         | 
        
        clone()
        
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        finalize()
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
 
   
 
 | 
   
From interface
  com.google.inject.Module
  
   
  
    
    
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        configure(Binder binder)
        
         Contributes bindings and other configurations for this module to binder. 
  
   |  
 
   
 
 | 
 
Public Constructors
Protected Methods
 
    
      
        protected 
         
         
         
         
        void
      
      configure
      ()
    
      
    
      
  Configures a Binder via the exposed methods.