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

Class EndpointsValidator

java.lang.Object
com.vaadin.hilla.startup.EndpointsValidator

All Implemented Interfaces:

ClassLoaderAwareServletContainerInitializer, jakarta.servlet.ServletContainerInitializer, Serializable

public class EndpointsValidator extends Object implements ClassLoaderAwareServletContainerInitializer, Serializable

Validation class that is run during servlet container initialization which checks that application is running with the appropriate spring dependencies when there are Endpoint annotations.

Since:

3.0

See Also: