|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
ScopedBindingBuilder toProvider(Provider<? extends T> ) |
See the EDSL examples at com.google.inject.Binder. |
Changed Methods | ||
void toInstance(T ) |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder to(Key<? extends T> ) |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder to(TypeLiteral<? extends T> ) |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder to(Class<? extends T> ) |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toConstructor(Constructor<S> ) |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toConstructor(Constructor<S>, |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toProvider(Key<Provider<? extends T>> ) |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toProvider(Provider<? extends T> ) |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toProvider(TypeLiteral<Provider<? extends T>> ) |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toProvider(Class<Provider<? extends T>> ) |
Changed from non-abstract to abstract. | See the EDSL examples at com.google.inject.Binder. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |