public interface AnnotatedBindingBuilder<T> extends LinkedBindingBuilder<T>
Binder
.Modifier and Type | Method and Description |
---|---|
LinkedBindingBuilder<T> |
annotatedWith(Annotation annotation)
See the EDSL examples at
Binder . |
LinkedBindingBuilder<T> |
annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples at
Binder . |
to, to, to, toConstructor, toConstructor, toInstance, toProvider, toProvider, toProvider, toProvider, toProvider
asEagerSingleton, in, in
LinkedBindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType)
Binder
.LinkedBindingBuilder<T> annotatedWith(Annotation annotation)
Binder
.