[Java] Interface HasCleanup
An interface for things that need to be cleaned up after operations complete.
- Authors:
- Chris Poirier
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
cleanup() |
Method Detail
public void cleanup()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/control/HasCleanup.html