public class AnnotatedElementBuilderAdapter extends Object implements GinAnnotatedElementBuilder
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 . |
public void annotatedWith(Class<? extends Annotation> annotationType)
GinAnnotatedElementBuilder
GinBinder
.annotatedWith
in interface GinAnnotatedElementBuilder
public void annotatedWith(Annotation annotation)
GinAnnotatedElementBuilder
GinBinder
.annotatedWith
in interface GinAnnotatedElementBuilder
Copyright © 2008–2018. All rights reserved.