| We say:
For maximum portability, it is recommended to mark CDI bean interfaces and classes involved in executable validation with @ValidateOnExecution (defaults to IMPLICIT). This helps some implementations to be more efficient.
Should it be:
This helps some implementations to bind the method validation interceptor.
I.e. make it sound less as an efficiency concern. |