MCPcopy Create free account
hub / github.com/bsideup/jabel / close

Method close

example/src/main/java/com/example/JabelExample.java:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 var closeable = new AutoCloseable() {
54
55 @Override
56 public void close() {
57
58 }
59 };
60
61 // Project Coin: Allow final or effectively final variables to be used as resources in try-with-resources

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected