public interface GinAnnotatedElementBuilder
GinAnnotatedBindingBuilder but doesn't allow specifying a value.
See the EDSL examples at GinBinder.| Modifier and Type | Method and Description |
|---|---|
void |
annotatedWith(java.lang.annotation.Annotation annotation)
See the EDSL examples at
GinBinder. |
void |
annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
See the EDSL examples at
GinBinder. |