ggeorgovassilis / spring-rest-invoker

Spring invoker which maps remote REST services to local interfaces.
Apache License 2.0
37 stars 19 forks source link

Add support for jax-rs annotations #7

Closed ggeorgovassilis closed 10 years ago

ggeorgovassilis commented 10 years ago

Add support for jax-rs annotations such as @Path and @GET

ggeorgovassilis commented 10 years ago

Committed first batch. It's unclear how to handle head entries and partial requests; there doesn't seem to be good Jax-RS annotations for that.