Interface ArtemisCloseable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      The main purpose of this interface is to hide the exception since it is not needed.
    • Method Detail

      • 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