org.elasticsearch.common.inject.binder
Interface AnnotatedConstantBindingBuilder

All Known Implementing Classes:
ConstantBindingBuilderImpl

public interface AnnotatedConstantBindingBuilder

See the EDSL examples at Binder.


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

Method Detail

annotatedWith

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


annotatedWith

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