com.vaadin.flow.server.frontend.scanner.

Class EntryPointData

java.lang.Object
com.vaadin.flow.server.frontend.scanner.EntryPointData

All Implemented Interfaces:

Serializable

public final class EntryPointData extends Object implements Serializable

A simple container with the information related to an application entry point, i.e. those classes annotated with the Route annotation, extending WebComponentExporter and a bunch of more internal classes.

For internal use only. May be renamed or removed in a future release.

Since:

2.0

See Also: