com.google.inject.binder
Interface AnnotatedBindingBuilder<T>
- All Superinterfaces:
- LinkedBindingBuilder<T>, ScopedBindingBuilder
public interface AnnotatedBindingBuilder<T>
- extends LinkedBindingBuilder<T>
See the EDSL examples at Binder
.
annotatedWith
LinkedBindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType)
- See the EDSL examples at
Binder
.
annotatedWith
LinkedBindingBuilder<T> annotatedWith(Annotation annotation)
- See the EDSL examples at
Binder
.
Copyright 2009 Google Inc. All Rights Reserved.