public static interface Debug.Scope extends AutoCloseable
Debug.scope(Object)
or
Debug.sandbox(CharSequence, DebugConfig, Object...)
. Leaving the scope is achieved
via close()
.Modifier and Type | Method and Description |
---|---|
void |
close() |
void close()
close
in interface AutoCloseable