Googling surprisingly did not show results! So, please, I am wondering if it is possible...: 1. as for any JAX-RS implementation (e.g. by spec) - did not find that one in the spec itself. 2. as for some particular one (like a provider specific capability, I am currently on RestEasy btw) 3. and if yes, should I close the stream of, say, it came from hibernate scrollable result e.g. Session#stream()? Or does JAX-RS closes automatically or at least because as I remember all Collections etc. are represented as Lists in JAX-RS?
I believe I saw it somewhere in 2.1 presentation on SlideShare.