@Retention(value=RUNTIME) @Target(value=METHOD) public @interface DefaultRoute
BasicController
and its subclasses to identify a fallback route.
If a route (a method within the controller which wears a Routed
annotation) throws an error, the
defautlt route is used to display the error and stell render a usable result.
Copyright © 2018. All rights reserved.