|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>
Visits each of the strategies used to scope an injection.
Method Summary | |
---|---|
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. |
Method Detail |
---|
V visitEagerSingleton()
V visitScope(Scope scope)
V visitScopeAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation)
Binder.bindScope()
.
V visitNoScoping()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |