Package su.onno.ui

Interface FormValidator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FormValidator
Application-provided advisory validation for a generated form. Implementations are ordinary Spring beans, so they may inject repositories and services. Save/post validation remains authoritative and should enforce hard invariants independently.