What is the use of @Produces("application/pdf") in real time ?
While going through the basics of rest web services I have seen the use of Download Files from (JAX-RS) RESTful Web Service.
Can some one please let me know the actual use of
@Produces(“text/plain“)
@Produces(“image/your image type[.jpg/.png/.gif]”)
@Produces(“application/pdf“)
Can some one please let me know the actual use of
@Produces(“text/plain“)
@Produces(“image/your image type[.jpg/.png/.gif]”)
@Produces(“application/pdf“)
0