public interface Cleanup extends AutoCloseable
try (Cleanup cleanup = doOperation()) { }
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this resource, finishing work or cleaning up state as required.
|
void close()
close
in interface AutoCloseable
Copyright © 2003–2020 Atlassian. All rights reserved.