org.elasticsearch.common.inject.binder
Interface AnnotatedConstantBindingBuilder

All Known Implementing Classes:
ConstantBindingBuilderImpl

public interface AnnotatedConstantBindingBuilder

See the EDSL examples at Binder.

Author:
crazybob@google.com (Bob Lee)

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

Method Detail

annotatedWith

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


annotatedWith

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



Copyright © 2009-2012. All Rights Reserved.