Package org.scijava

Interface Disposable

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method 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).
    • Method Detail

      • dispose

        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).