com.vaadin.flow.component.dependency.
Package com.vaadin.flow.component.dependency
-
Annotation Types Summary Annotation Type Description CssImport Imports a CSS file into the application bundle.
CssImport.Container Internal annotation to enable use of multiple
CssImport
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.