Interface ArtemisCloseable
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
CriticalCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()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:
closein interfaceAutoCloseable
-