|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.component.Scope
org.jvnet.hk2.component.PerLookup
@Service @Scoped(value=Singleton.class) public class PerLookup
Scope
local to each invocation.
Components in this scope will create new instances every time someone asks for it.
Constructor Summary | |
---|---|
PerLookup()
|
Method Summary | |
---|---|
ScopeInstance |
current()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerLookup()
Method Detail |
---|
public ScopeInstance current()
current
in class Scope
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |