com.google.inject.binder
Interface AnnotatedBindingBuilder<T>
- All Superinterfaces:
- LinkedBindingBuilder<T>, ScopedBindingBuilder
public interface AnnotatedBindingBuilder<T>
- extends LinkedBindingBuilder<T>
Specifies the annotation for a binding.
- Author:
- crazybob@google.com (Bob Lee)
annotatedWith
LinkedBindingBuilder<T> annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
- Specifies an annotation type for this binding.
annotatedWith
LinkedBindingBuilder<T> annotatedWith(java.lang.annotation.Annotation annotation)
- Specifies an annotation value for this binding.
Copyright © {inceptionYear}-2008 null. All Rights Reserved.