This is a completion of the work started by Josh and Petter to add a "Presenter" to the mix of goodies offered in spring-vaadin.
This project adds a base class and an annotation:
Add the following Maven dependency to your Vaadin / Spring boot application's POM...
<dependency>
<groupId>org.vaadin.spring</groupId>
<artifactId>spring-vaadin-mvp</artifactId>
</dependency>
Then for examples of Presenter
implementation, have a look at those found in the presenter
package of the mvp-sample application.