org.elasticsearch.common.inject.binder
Interface AnnotatedElementBuilder

All Known Implementing Classes:
ExposureBuilder

public interface AnnotatedElementBuilder

See the EDSL examples at Binder.

Since:
2.0
Author:
jessewilson@google.com (Jesse Wilson)

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

Method Detail

annotatedWith

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


annotatedWith

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



Copyright © 2009-2012. All Rights Reserved.