Package org.javacord.api.util
Interface NonThrowingAutoCloseable
-
- All Superinterfaces:
java.lang.AutoCloseable
public interface NonThrowingAutoCloseable extends java.lang.AutoCloseableAn auto-closeable that does not throw any checked exceptions from itsclosemethod.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-