Annotation Type Controller


Marker annotation for controllers.


  @Controller
  @Path("/customers")
  class CustomerController {
    ...
  }