public interface

AnnotatedBindingBuilder

implements LinkedBindingBuilder<T>
com.google.inject.binder.AnnotatedBindingBuilder<T>

Class Overview

See the EDSL examples at Binder.

Summary

Public Methods
abstract LinkedBindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples at Binder.
abstract LinkedBindingBuilder<T> annotatedWith(Annotation annotation)
See the EDSL examples at Binder.
[Expand]
Inherited Methods
From interface com.google.inject.binder.LinkedBindingBuilder
From interface com.google.inject.binder.ScopedBindingBuilder

Public Methods

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

See the EDSL examples at Binder.

public abstract LinkedBindingBuilder<T> annotatedWith (Annotation annotation)

See the EDSL examples at Binder.