yamlbeans
yamlbeans copied to clipboard
YamlWriter and YamlReader do not implement Closeable
This prevents using them in try-with-resources blocks in Java 7+, or with close helpers in previous versions of Java.