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: