Uses of Package
com.vaadin.annotations
-
Packages that use com.vaadin.annotations Package Description com.vaadin.annotations -
Classes in com.vaadin.annotations used by com.vaadin.annotations Class Description HtmlImport If this annotation is present on aClientConnector
class, the framework ensures the referenced HTML imports are loaded before the init method for the corresponding client-side connector is invoked.JavaScript If this annotation is present on aClientConnector
class, the framework ensures the referenced JavaScript files are loaded before the init method for the corresponding client-side connector is invoked.StyleSheet If this annotation is present on aClientConnector
class, the framework ensures the referenced style sheets are loaded before the init method for the corresponding client-side connector is invoked.VaadinServletConfiguration.InitParameterName Defines the init parameter name for methods inVaadinServletConfiguration
.