public interface Disposable
Modifier and Type | Method and Description |
---|---|
default void |
dispose()
Performs any needed cleanup of the object's services, in preparation for
the object being retired (e.g., to make garbage collection possible).
|
Copyright © 2015–2022 SciJava. All rights reserved.