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 scope)
Visit a scope instance.
|
V |
visitScopeAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation)
Visit a scope annotation.
|
V visitEagerSingleton()
V visitScope(Scope scope)
V visitScopeAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation)
Binder.bindScope()
.V visitNoScoping()