spring-vaadin
spring-vaadin copied to clipboard
Feature Wish: Annotation for Error Views
Currently I have to call super.getNavigator().setErrorView(new ErrorView()); to add my view as an error view (I stand corrected). I would expect something like a @VaadinErrorView annotation, which can only be used for exactly one class (This could be checked by the DiscoveryNavigator).