Actions
Tareas #250
closedModify bean patterns to add javax.validation.constraints annotations
Start date:
11/22/2018
Due date:
% Done:
20%
Estimated time:
10:00 h
Puntos de historia:
10
Description
Annotations into beans to make Spring validation of forms depends on the package javax.validation.constraints, so it's possible to add this kind of annotations directly to the project selene-model.
Modify next patterns to add annotations from the package javax.validation.constraints:
- BeanArea
- BeanClase
- BeanClave
- BeanFachada
Updated by Jesús Freire over 6 years ago
- Status changed from Nueva to En curso
- % Done changed from 10 to 20
Updated by Jesús Freire over 6 years ago
- Status changed from En curso to Rechazada
Spring Boot requires annotations for Date fields but this annotation only exists into a Spring library. So, it's necessary to create patterns for Spring
Actions