public class AnnotatedElementBuilderAdapter extends java.lang.Object implements GinAnnotatedElementBuilder
| 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. |
public void annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
GinAnnotatedElementBuilderGinBinder.annotatedWith in interface GinAnnotatedElementBuilderpublic void annotatedWith(java.lang.annotation.Annotation annotation)
GinAnnotatedElementBuilderGinBinder.annotatedWith in interface GinAnnotatedElementBuilder