I have been playing with some REST web services which use JAX-RS annotations. I am now looking at using OData for our query type services. However, I haven't see any OData examples that uses JAX-RS annotations. In fact, OData service examples seem to look very different to JAX-RS services.
Can OData servcies be annotated with JAX-RS statements? I can't seem to find any examples.
Thanks
Sarah