Interface DestructableResource

All Superinterfaces:
AutoCloseable

public interface DestructableResource extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Wrapper to allow access to protected AbstractResource.destroy()
  • Method Details

    • close

      void close()
      Wrapper to allow access to protected AbstractResource.destroy()
      Specified by:
      close in interface AutoCloseable