| com.google.inject.Singleton | 
    
    
Class Overview
Apply this to implementation classes when you want only one instance
 (per Injector) to be reused for all injections for that binding.
 
Summary
| 
  [Expand]
   Inherited Methods  | 
   
From interface
  java.lang.annotation.Annotation
  
   
  
    
    
	 
    
        | 
            abstract
            
            
            
            
            Class<? extends Annotation>
         | 
        
        annotationType()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        toString()
        
   |  
 
   
 
 |