Package fr.sandro642.github.misc
Interface EnumLoader.RouteImport
- All Known Implementing Classes:
ExampleUsages.ExampleRoutes
- Enclosing class:
- EnumLoader
public static interface EnumLoader.RouteImport
RouteImport is an interface that should be implemented by enums that provide a route.
Enums implementing this interface must define the route() method to return their associated route as a String.
-
Method Summary
-
Method Details
-
route
String route()
-