org.elasticsearch.common.inject.binder
Interface AnnotatedElementBuilder

All Known Implementing Classes:
ExposureBuilder

public interface AnnotatedElementBuilder

See the EDSL examples at Binder.

Since:
2.0

Method Summary
 void annotatedWith(java.lang.annotation.Annotation annotation)
          See the EDSL examples at Binder.
 void annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
          See the EDSL examples at Binder.
 

Method Detail

annotatedWith

void annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
See the EDSL examples at Binder.


annotatedWith

void annotatedWith(java.lang.annotation.Annotation annotation)
See the EDSL examples at Binder.