Annotation Type RFinalize


@Retention(RUNTIME) @Target(METHOD) public @interface RFinalize
The methods marked by this annotation will be called just prior to garbage collection and can be used to free up resources. Any exceptions thrown by the methods will be ignored.
Version:
$Id: $Id
Author:
terminological