Package network.oxalis.commons.util
Interface ClosableSpan
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface ClosableSpan extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-