Package com.google.inject.binder
Interface AnnotatedElementBuilder
-
public interface AnnotatedElementBuilderSee the EDSL examples atBinder.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidannotatedWith(java.lang.annotation.Annotation annotation)See the EDSL examples atBinder.voidannotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)See the EDSL examples atBinder.
-