Description
To be able to close with try with resources all interfaces which provide a close() method (not throwing any unchecked exceptions) should extend from AutoCloseable (https://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html)
To be able to close with try with resources all interfaces which provide a close() method (not throwing any unchecked exceptions) should extend from AutoCloseable (https://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html)