Interface Reaper<T,A>

Type Parameters:
T - the reference type
A - the reference attachment type

@Deprecated(forRemoval=true) public interface Reaper<T,A>
Deprecated, for removal: This API element is subject to removal in a future version.
Use Reaper instead.
A cleaner for a dead object.
Author:
David M. Lloyd
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reap(Reference<T,A> reference)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Perform the cleanup action for a reference.
  • Method Details

    • reap

      void reap(Reference<T,A> reference)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Perform the cleanup action for a reference.
      Parameters:
      reference - the reference