Interface RestService
-
- All Superinterfaces:
Service
@Consumes("application/json") @Produces("application/json") public interface RestService extends ServiceThis is a marker interface for a RESTService. It is recommended to extend your REST API interfaces from thisRestServiceinterface to make your life easier. However, you are not forced to do so. See JavaDoc ofServicefor further details.- Since:
- 3.0.0