Package org.codehaus.groovy.util
Interface Reference<T,V extends Finalizable>
- Type Parameters:
T- the referent typeV- the handler type
public interface Reference<T,V extends Finalizable>
Abstraction over reference implementations that keep a cleanup handler alongside the referent.