public interface AnnotatedBindingBuilder<T> extends LinkedBindingBuilder<T>
Modifier and Type | Method and Description |
---|---|
LinkedBindingBuilder<T> |
withClassifier(java.lang.annotation.Annotation annotation) |
LinkedBindingBuilder<T> |
withClassifier(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
to, toInstance, toProvider, toProvider
asSingleton
getBinding
@Nonnull LinkedBindingBuilder<T> withClassifier(@Nonnull java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
@Nonnull LinkedBindingBuilder<T> withClassifier(@Nonnull java.lang.annotation.Annotation annotation)