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:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bamboo.utils.concurrent.TransientLazyReference
create, get
-
Constructor Details
-
TransientResettableLazyReference
public TransientResettableLazyReference()Deprecated.
-
-
Method Details
-
reset
public void reset()Deprecated.
-