Modifier and Type | Method and Description |
---|---|
<T> AnnotatedBindingBuilder<T> |
bind(Class<T> type)
See the EDSL examples at
Lazy . |
<T> LinkedBindingBuilder<T> |
bind(Key<T> key)
See the EDSL examples at
Lazy . |
<T> AnnotatedBindingBuilder<T> |
bind(TypeLiteral<T> type)
See the EDSL examples at
Lazy . |
static LazyBinder |
create(Binder binder)
Create a
LazyBinder . |
public static LazyBinder create(Binder binder)
LazyBinder
.binder
- The Binder
to use.LazyBinder
instance.public <T> AnnotatedBindingBuilder<T> bind(Class<T> type)
Lazy
.public <T> AnnotatedBindingBuilder<T> bind(TypeLiteral<T> type)
Lazy
.public <T> LinkedBindingBuilder<T> bind(Key<T> key)
Lazy
.Copyright © 2014–2015. All rights reserved.