@SpringView autowired

Why do you think it is not possible?
The @SpringView anotation is anotated with @SpringComponent which is an alias for the spring annotation @Component.

So you are perfect able to autowire this vaadin views.

Further Readings:

https://vaadin.com/api/vaadin-spring/com/vaadin/spring/annotation/SpringView.html


https://vaadin.com/api/vaadin-spring/com/vaadin/spring/annotation/SpringComponent.html