Package com.google.common.base
Interface FinalizableReference
-
- All Known Implementing Classes:
FinalizablePhantomReference
,FinalizableSoftReference
,FinalizableWeakReference
@Deprecated(since="2022-12-01") public interface FinalizableReference
Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Implemented by references that have code to run after garbage collection of their referents.- Since:
- 2.0 (imported from Google Collections Library)
- See Also:
FinalizableReferenceQueue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
finalizeReferent()
Deprecated.Invoked on a background thread after the referent has been garbage collected unless security restrictions prevented starting a background thread, in which case this method is invoked when new references are created.
-