-
Sub-task
-
Resolution: Unresolved
-
Major
-
2.19.0.Final
-
None
At the moment we can add a constraint on a property with the command :
constraint-add --constraint NotNull --onProperty
But we can also add a constraint on a bean itself, or even on a constraint annotation. So we would need several options such as
constraint-add --constraint NotNull --onProperty name constraint-add --constraint NotNull --onBean MyBean constraint-add --constraint NotNull --onConstraint MyCustomConstraint