@Consumes(value="application/json") @Produces(value="application/json") public interface RestService extends Service
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.Copyright © 2014–2019 devon4j-Team. All rights reserved.