| 
            
            
            
            
            
            void
         | 
        
        addError(Message arg0)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        addError(String arg0, Object... arg1)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        addError(Throwable arg0)
        
   | 
	 
    
        | 
            
            
            
            
            <T>
            LinkedBindingBuilder<T>
         | 
        
        bind(Key<T> arg0)
        
   | 
	 
    
        | 
            
            
            
            
            <T>
            AnnotatedBindingBuilder<T>
         | 
        
        bind(TypeLiteral<T> arg0)
        
   | 
	 
    
        | 
            
            
            
            
            <T>
            AnnotatedBindingBuilder<T>
         | 
        
        bind(Class<T> arg0)
        
   | 
	 
    
        | 
            
            
            
            
            
            AnnotatedConstantBindingBuilder
         | 
        
        bindConstant()
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        bindInterceptor(Matcher<? super Class<?>> arg0, Matcher<? super Method> arg1, MethodInterceptor... arg2)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        bindListener(Matcher<? super TypeLiteral<?>> arg0, TypeListener arg1)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        bindScope(Class<? extends Annotation> arg0, Scope arg1)
        
   | 
	 
    
        | 
            
            
            
            
            
            Binder
         | 
        
        binder()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        configure()
        
   | 
	 
    
        | 
            
            synchronized
            final
            
            
            void
         | 
        
        configure(Binder arg0)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        convertToTypes(Matcher<? super TypeLiteral<?>> arg0, TypeConverter arg1)
        
   | 
	 
    
        | 
            
            
            
            
            
            Stage
         | 
        
        currentStage()
        
   | 
	 
    
        | 
            
            
            
            
            <T>
            MembersInjector<T>
         | 
        
        getMembersInjector(TypeLiteral<T> arg0)
        
   | 
	 
    
        | 
            
            
            
            
            <T>
            MembersInjector<T>
         | 
        
        getMembersInjector(Class<T> arg0)
        
   | 
	 
    
        | 
            
            
            
            
            <T>
            Provider<T>
         | 
        
        getProvider(Key<T> arg0)
        
   | 
	 
    
        | 
            
            
            
            
            <T>
            Provider<T>
         | 
        
        getProvider(Class<T> arg0)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        install(Module arg0)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        requestInjection(Object arg0)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        requestStaticInjection(Class...<?> arg0)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        requireBinding(Key<?> arg0)
        
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        requireBinding(Class<?> arg0)
        
   |