Interface ArtemisCloseable
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
CriticalCloseable
public interface ArtemisCloseable extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()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:
closein interfaceAutoCloseable
-
-