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