V - any type to be returned by the visit method. Use Void with return null
if no return type is needed.DefaultBindingScopingVisitorpublic interface BindingScopingVisitor<V>
| Modifier and Type | Method | Description |
|---|---|---|
V |
visitEagerSingleton() |
Visit an eager singleton or single instance.
|
V |
visitNoScoping() |
Visit an unspecified or unscoped strategy.
|
V |
visitScope(Scope scope) |
Visit a scope instance.
|
V |
visitScopeAnnotation(Class<? extends Annotation> scopeAnnotation) |
Visit a scope annotation.
|
V visitEagerSingleton()
V visitScope(Scope scope)
V visitScopeAnnotation(Class<? extends Annotation> scopeAnnotation)
Binder.bindScope().V visitNoScoping()
Copyright © 2006–2018 Google, Inc.. All rights reserved.