com.vaadin.spring.boot.annotation
Annotation Type EnableVaadinServlet


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Import(value=VaadinServletConfiguration.class)
public @interface EnableVaadinServlet

Annotation for enabling the Vaadin servlet.

Author:
Petter Holmström (petter@vaadin.com)



Copyright © 2015 Vaadin Ltd. All Rights Reserved.