com.google.gwt.inject.client.binder
Interface GinAnnotatedBindingBuilder<T>
- All Superinterfaces:
- GinLinkedBindingBuilder<T>, GinScopedBindingBuilder
public interface GinAnnotatedBindingBuilder<T>
- extends GinLinkedBindingBuilder<T>
See the EDSL examples at GinBinder
.
annotatedWith
GinLinkedBindingBuilder<T> annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
- See the EDSL examples at
GinBinder
.
annotatedWith
GinLinkedBindingBuilder<T> annotatedWith(java.lang.annotation.Annotation annotation)
- See the EDSL examples at
GinBinder
.