LinkedBindingBuilder<T>
, ScopedBindingBuilder
BindingBuilder
public interface AnnotatedBindingBuilder<T> extends LinkedBindingBuilder<T>
Binder
.Modifier and Type | Method | 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
.Copyright © 2006–2018 Google, Inc.. All rights reserved.