Interface RestService

  • All Superinterfaces:
    Service

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