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