-
@Deprecated public interface Disposable
Deprecated.Please useAutoCloseable.Any object that should be disposed programatically.To aid in debugging, any object that is disposable should throw
DisposedExceptionwhen any of its methods (besides dispose itself) are accessed after being disposed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voiddispose()Deprecated.Disposes of this object instance.
-