Package dev.voidframework.web.bindable
Annotation Interface WebController
Indicates that an annotated class is a web controller.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDefines a prefix that will be applied to all routes defined in the annotated class.
-
Element Details
-
prefixRoute
String prefixRouteDefines a prefix that will be applied to all routes defined in the annotated class.- Returns:
- The prefix to apply
- Default:
- ""
-