com.vaadin.flow.server.startup.

Class AbstractAnnotationValidator

    • Constructor Detail

      • AbstractAnnotationValidator

        public AbstractAnnotationValidator()
    • Method Detail

      • validateClasses

        protected void validateClasses(Collection<Class<?>> classSet)

        Validate the correctness of the annotations returned by the getAnnotations() method applied to the classSet.

        Parameters:

        classSet - the classes to validate

      • getAnnotations

        protected abstract List<Class<?>> getAnnotations()

        Gets the annotations that are subject to validate.

        Returns:

        a list of target annotations