Package io.jmix.rest.annotation
Annotation Interface RestService
Exposes a service through the Generic REST API.
 
 This annotation should be used instead of Service, for example:
 
     @RestService("EmployeeService")
     public class EmployeeService {
     }
 - 
Required Element SummaryRequired Elements
- 
Element Details- 
value
 
-