Class TransientResettableLazyReference<T>
- java.lang.Object
-
- com.atlassian.bamboo.utils.concurrent.TransientLazyReference<T>
-
- com.atlassian.bamboo.utils.concurrent.TransientResettableLazyReference<T>
-
- All Implemented Interfaces:
Serializable
,Supplier<T>
@Deprecated public abstract class TransientResettableLazyReference<T> extends TransientLazyReference<T>
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 TransientResettableLazyReference()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
reset()
Deprecated.-
Methods inherited from class com.atlassian.bamboo.utils.concurrent.TransientLazyReference
create, get
-
-