jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] Re: First steps

From: Markus KARG <markus_at_headcrashing.eu>
Date: Wed, 9 Mar 2011 20:24:43 +0100

Great idea. But frankly spoken it would remove just one or two annotations
from hundreds in our JAX-RS layer. So would it be worth the effort?

> @Path("something")
> @GET
> public Response something(...
>
> @Path("something")
> class SomethingResource {
> }
>
> Can we provide default configurations for the above ones?