For example: ```java Class A { int a; int b; } ``` And I want to validate that ``` a <= b ```
For example:
And I want to validate that