xpoft / spring-vaadin

Spring and Vaadin integration
Other
55 stars 44 forks source link

Feature Wish: Annotation for Error Views #35

Open ghost opened 10 years ago

ghost commented 10 years ago

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