Package io.avaje.http.api
Annotation Type Controller
Marker annotation for controllers.
@Controller
@Path("/customers")
class CustomerController {
...
}