Klasse Cleaner

java.lang.Object
com.sun.jna.internal.Cleaner

public class Cleaner extends Object
Implement ReferenceQueue based cleanup of resources associated with GCed objects. It replaces the Object#finalize based resource deallocation that is deprecated for removal from the JDK.

This class is intented to be used only be JNA itself.