Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.component.internal |
Modifier and Type | Method and Description |
---|---|
static ComponentMetaData.DependencyInfo |
ComponentUtil.getDependencies(VaadinService service,
Class<? extends Component> componentClass)
Gets the dependencies for the given class, defined using annotations (
HtmlImport , JavaScript , StyleSheet and
Uses ). |
Modifier and Type | Method and Description |
---|---|
ComponentMetaData.DependencyInfo |
ComponentMetaData.getDependencyInfo(VaadinService service)
Gets the dependencies, defined using annotations (
JsModule ,
HtmlImport , JavaScript , StyleSheet and
Uses ). |
Copyright © 2023. All rights reserved.