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