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: