I am trying to import it from "org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody". But it is showing me an error that the import cannot be resolved.
Actually I am using it as the equivalent class of StreamingOutput Class in java to loop through very large set of data using hibernate.
For further reference u can see the below link:
http://mitchdickinson.com/exporting-very-large-data-sets-with-hibernate-jax-rs/