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(Annotation annotation)
See the EDSL examples atBinder
.void
annotatedWith(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
.
-
-