Hi,
Is there any other way to specify a custom EntityProvider other than the
META-INF/services/javax.ws.rs.ext.EntityProvider
<
https://jersey.dev.java.net/source/browse/jersey/trunk/jersey/src/impl/
META-INF/services/javax.ws.rs.ext.EntityProvider?view=markup> file?
This file is present in the jersey.jar, and I do not want to keep
updating the library every time I write a new entity provider.
Thanks
Aditya