Package com.google.inject.binder
Interface AnnotatedElementBuilder
-
- All Known Implementing Classes:
ExposureBuilder
public interface AnnotatedElementBuilder
See 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 void
annotatedWith(java.lang.annotation.Annotation annotation)
See the EDSL examples atBinder
.void
annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
See the EDSL examples atBinder
.
-