Package org.jboss.modules.ref
Interface Reapable<T,A>
- Type Parameters:
T
- the reference typeA
- the reference attachment type
- All Known Implementing Classes:
PhantomReference
,SoftReference
,WeakReference
interface Reapable<T,A>
A reference which is reapable (can be automatically collected).
-
Method Summary
-
Method Details
-
getReaper
Get the associated reaper.- Returns:
- the reaper
-