Hello,

As of Java 7, it is possible by implementing the Closeable or AutoCloseable to 
use the try-with-resources statement. This makes the notation a lot shorter 
than the try-finally block. Is there a reason that the ResourceResolver does 
not implement the Closeable interface, and would it be possible to let it 
implement it?

Greetings,
Roy

Reply via email to