Package io.aether.logger
Interface LNode.AutoCloseable
-
- All Superinterfaces:
java.lang.AutoCloseable
- Enclosing class:
- LNode
public static interface LNode.AutoCloseable extends java.lang.AutoCloseableDefines an AutoCloseable context for this LNode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes the context.LNodenode()Returns the node associated with this context.
-
-
-
Method Detail
-
close
void close()
Closes the context.- Specified by:
closein interfacejava.lang.AutoCloseable
-
node
LNode node()
Returns the node associated with this context.- Returns:
- The LNode.
-
-