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(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation)
See the EDSL examples at
GinBinder. |
void in(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation)
GinBinder.void asEagerSingleton()