public interface AutoReleaseLock extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Release the lock use Java 7 try-with-resources.
|
void close()
close in interface AutoCloseableCopyright © 2013–2022. All rights reserved.