public class ExposureBuilder<T> extends Objectimplements AnnotatedElementBuilder
| Constructor and Description |
|---|
ExposureBuilder(Binder
|
| Modifier and Type | Method and Description |
|---|---|
void |
annotatedWith(Annotation
See the EDSL examples at
Binder.
|
void |
annotatedWith(Class
See the EDSL examples at
Binder.
|
protected void |
checkNotAnnotated()
|
Key |
getKey()
|
Object |
getSource()
|
String |
toString()
|
protected void checkNotAnnotated()
public void annotatedWith(Class<? extends Annotation > annotationType)
AnnotatedElementBuilder
Binder.
public void annotatedWith(Annotationannotation)
AnnotatedElementBuilder
Binder.
public Key<?> getKey()
public ObjectgetSource()
public StringtoString()