Interface ArtemisCloseable

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
CriticalCloseable

public interface ArtemisCloseable extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The main purpose of this interface is to hide the exception since it is not needed.
  • Method Details

    • close

      void close()
      The main purpose of this interface is to hide the exception since it is not needed.
      Specified by:
      close in interface AutoCloseable