public interface GinScopedBindingBuilder
GinBinder.| Modifier and Type | Method and Description |
|---|---|
void |
asEagerSingleton()
Instructs the
Ginjector to eagerly
initialize this singleton-scoped binding upon creation. |
void |
in(Class<? extends Annotation> scopeAnnotation)
See the EDSL examples at
GinBinder. |
void in(Class<? extends Annotation> scopeAnnotation)
GinBinder.void asEagerSingleton()
Copyright © 2008–2018. All rights reserved.