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(Annotation annotation)
See the EDSL examples at
GinBinder. |
void |
annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples at
GinBinder. |
void annotatedWith(Class<? extends Annotation> annotationType)
GinBinder.void annotatedWith(Annotation annotation)
GinBinder.Copyright © 2008–2018. All rights reserved.