com.google.gwt.inject.client.binder
Interface GinAnnotatedBindingBuilder<T>

All Superinterfaces:
GinLinkedBindingBuilder<T>, GinScopedBindingBuilder

public interface GinAnnotatedBindingBuilder<T>
extends GinLinkedBindingBuilder<T>


Method Summary
 GinLinkedBindingBuilder<T> annotatedWith(java.lang.annotation.Annotation annotation)
           
 GinLinkedBindingBuilder<T> annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
           
 
Methods inherited from interface com.google.gwt.inject.client.binder.GinLinkedBindingBuilder
to, to, to, toProvider, toProvider
 
Methods inherited from interface com.google.gwt.inject.client.binder.GinScopedBindingBuilder
asEagerSingleton, in
 

Method Detail

annotatedWith

GinLinkedBindingBuilder<T> annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)

annotatedWith

GinLinkedBindingBuilder<T> annotatedWith(java.lang.annotation.Annotation annotation)