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

    Modifier and Type
    Method
    Description
     
  • Method Details