Interface ValidationParticipant<T extends NamedElement>

    • Method Detail

      • doValidate

        void doValidate​(java.util.List<? extends T> annotatedTargetElements,
                        @Extension
                        ValidationContext context)
        Invoked by the validator
        Parameters:
        annotatedTargetElements - the java representation of the annotated elements
        context - a ValidationContext providing useful services.