Hi list, I would like to use interfaces with JAX-RS annotations for a meecrowave service. Means the @Path, @GET, etc at the interface, @ApplicationScope at the implementation class which implements the interface. The problem is that meecrowave seems not to register these classes as rest resources. If I annotate the implementation like in the examples everything works fine. The reason why I would like to have the annotations in an interface is, that I want to reuse them for a rest client.
Best wishes Daniel
