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

Class AnnotationValidator

java.lang.Object
com.vaadin.flow.server.startup.AbstractAnnotationValidator
com.vaadin.flow.server.startup.AnnotationValidator

All Implemented Interfaces:

ClassLoaderAwareServletContainerInitializer, VaadinContextStartupInitializer, VaadinServletContextStartupInitializer, jakarta.servlet.ServletContainerInitializer, Serializable

public class AnnotationValidator extends AbstractAnnotationValidator implements VaadinServletContextStartupInitializer

Validation class that is run during servlet container initialization which checks that specific annotations are not configured wrong.

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

Since:

1.0

See Also: