Package com.vaadin.flow.internal
Interface Template
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
LitTemplate,PolymerTemplate
public interface Template extends Serializable
Marker interface for (Lit and Polymer) templates. All frontend files linked by implementors (withJsModule) will be copied toMETA-INF/VAADIN/config/templates.- Author:
- Vaadin Ltd