package com.nokia.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RequestMapping("rest/api/role") @RestController public class RoleController { }