Hacker News new | ask | show | jobs
by paul_odin 4912 days ago
Java 7 adds java.lang.AutoCloseable (together with try-with-resources) which is essentially the same thing.

http://docs.oracle.com/javase/7/docs/api/java/lang/AutoClose...