com.google.inject.binder
Interface AnnotatedConstantBindingBuilder


public interface AnnotatedConstantBindingBuilder

See the EDSL examples at Binder.


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.