spring-vaadin icon indicating copy to clipboard operation
spring-vaadin copied to clipboard

Feature Wish: Annotation for Error Views

Open ghost opened this issue 10 years ago • 0 comments

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).

ghost avatar Apr 28 '14 13:04 ghost