Class TransientLazyReference<T>
- java.lang.Object
-
- com.atlassian.bamboo.utils.concurrent.TransientLazyReference<T>
-
- All Implemented Interfaces:
Serializable
,Supplier<T>
- Direct Known Subclasses:
TransientResettableLazyReference
@Deprecated public abstract class TransientLazyReference<T> extends Object implements Supplier<T>, Serializable
Deprecated.this class should be used ONLY when you need a lazy reference that will go through Bamboo's serialization whitelist/blacklist framework- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransientLazyReference()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract T
create()
Deprecated.T
get()
Deprecated.
-