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