You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.internal.

Interface Template

All Superinterfaces:

Serializable

All Known Implementing Classes:

LitTemplate

public interface Template extends Serializable

Marker interface for (Lit and Polymer) templates. All frontend files linked by implementors (with JsModule) will be copied to META-INF/VAADIN/config/templates.

Author:

Vaadin Ltd