Annotation Type | Description |
---|---|
CssImport |
Imports a CSS file into the application bundle.
|
CssImport.Container |
Internal annotation to enable use of multiple
CssImport
annotations. |
HtmlImport | Deprecated
Bower WebJars will be deprecated soon, so this functionality will
also be deprecated and eventually removed from Vaadin.
|
HtmlImport.Container |
Internal annotation to enable use of multiple
HtmlImport
annotations. |
JavaScript |
Defines JavaScript dependencies on a
Component class. |
JavaScript.Container |
Internal annotation to enable use of multiple
JavaScript
annotations. |
JsModule |
Annotation for defining JavaScript Module dependencies on a
Component
class. |
JsModule.Container |
Internal annotation to enable use of multiple
JsModule
annotations. |
NpmPackage |
Annotation for defining an NPM package dependency on a
Component
class which includes one or more JS modules. |
NpmPackage.Container |
Internal annotation to enable use of multiple
NpmPackage
annotations. |
StyleSheet |
Defines style sheet dependencies on a
Component class. |
StyleSheet.Container |
Internal annotation to enable use of multiple
StyleSheet
annotations. |
Uses |
Marks that an annotated component implicitly uses another component.
|
Uses.Container |
Internal annotation to enable use of multiple
Uses annotations. |
Copyright © 2025. All rights reserved.