Yes historically we did not check setters as the JPA spec clearly states that only fields and getters should be annotated. FWIW, starting in 5.0 we will be much more inclusive in terms of the checks we do, which is largely a result of the shift to use Jandex as the basis for reading annotations.
|