|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface Holder<T>
Indirection to a value. That is, instead of referring to the value itself, this class allows you to obtain the value when you need it.
This is the basis for all the lazy computation.
Nested Class Summary | |
---|---|
static class |
Holder.Impl<T>
Deprecated. Holder implementation that doesn't do any deferred computation,
where the value is given in the constructor. |
Method Summary |
---|
Methods inherited from interface org.glassfish.hk2.Factory |
---|
get |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |