public interface AnnotatedBindingBuilder<T> extends LinkedBindingBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
LinkedBindingBuilder<T> |
annotatedWith(Annotation annotation)
Specifies an annotation value for this binding.
|
LinkedBindingBuilder<T> |
annotatedWith(Class<? extends Annotation> annotationType)
Specifies an annotation type for this binding.
|
to, to, to, toInstance, toProvider, toProvider, toProviderasEagerSingleton, in, inLinkedBindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType)
LinkedBindingBuilder<T> annotatedWith(Annotation annotation)
Copyright © 2013. All Rights Reserved.