Package com.google.inject.binder
Interface AnnotatedElementBuilder
-
public interface AnnotatedElementBuilder
See the EDSL examples atBinder
.- Since:
- 2.0
-
-
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
.
-