Class CountryRestController


@RestController @RequestMapping("/admin/rest/stat/country") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_stat\')") public class CountryRestController extends DatatableRestControllerV2<CountryDTO,Long>