Exemplo n.º 1
0
 @RequestMapping(value = "/collector/item/type/{collectorType}", method = GET, produces = JSON)
 public List<CollectorItem> collectorItemsByType(@PathVariable CollectorType collectorType) {
   return collectorService.collectorItemsByType(collectorType);
 }