public interface

AnnotatedConstantBindingBuilder

com.google.inject.binder.AnnotatedConstantBindingBuilder

Class Overview

See the EDSL examples at Binder.

Summary

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

Public Methods

public abstract ConstantBindingBuilder annotatedWith (Class<? extends Annotation> annotationType)

See the EDSL examples at Binder.

public abstract ConstantBindingBuilder annotatedWith (Annotation annotation)

See the EDSL examples at Binder.