Package org.fulib.fx.annotation
Annotation Interface Route
Annotation used to define routes inside an application.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe route at which the controller should be registered.If not specified the name of the field will be used as the route.
- Returns:
- The route at which the controller should be registered.
- Default:
- "$name"
-