Package com.google.inject.binder
Interface AnnotatedElementBuilder
-
- All Known Implementing Classes:
ExposureBuilder
public interface AnnotatedElementBuilderSee the EDSL examples atBinder.- Since:
- 2.0
- Author:
- jessewilson@google.com (Jesse Wilson)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidannotatedWith(Annotation annotation)See the EDSL examples atBinder.voidannotatedWith(Class<? extends Annotation> annotationType)See the EDSL examples atBinder.
-
-
-
Method Detail
-
annotatedWith
void annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples atBinder.
-
annotatedWith
void annotatedWith(Annotation annotation)
See the EDSL examples atBinder.
-
-