Is it possible or recommended to reuse the same custom constraint annotation on a field that is a single Part instance and also collections of Parts
I have a custom Java Bean Validation constraint annotation and apply it to a single Jakarta Part field using:
Is it possible or recommended to reuse the same custom constraint annotation on a field that is a single Part instance and also collections of Parts
I have a custom Java Bean Validation constraint annotation and apply it to a single Jakarta Part field using: