Sisu Guice - Core Library (patched build of Google Guice)
Package Index
|
Class Index
com.google.inject
com.google.inject.binder
com.google.inject.matcher
com.google.inject.name
com.google.inject.spi
com.google.inject.util
Interfaces
AnnotatedBindingBuilder
<T>
AnnotatedConstantBindingBuilder
AnnotatedElementBuilder
ConstantBindingBuilder
LinkedBindingBuilder
<T>
ScopedBindingBuilder
Package Index
|
Class Index
public interface
AnnotatedElementBuilder
com.google.inject.binder.AnnotatedElementBuilder
Class Overview
See the EDSL examples at
Binder
.
Summary
Public Methods
abstract void
annotatedWith
(
Class
<? extends
Annotation
> annotationType)
See the EDSL examples at
Binder
.
abstract void
annotatedWith
(
Annotation
annotation)
See the EDSL examples at
Binder
.
Public Methods
public abstract void
annotatedWith
(
Class
<? extends
Annotation
> annotationType)
See the EDSL examples at
Binder
.
public abstract void
annotatedWith
(
Annotation
annotation)
See the EDSL examples at
Binder
.