You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Martin Ledvinka edited this page Feb 10, 2021
·
5 revisions
JOPA with Lombok
Lombok is a library for generating boilerplate code like getters/setters, equals/hashCode, toString, constructors and other commonly defined methods. This makes it quite useful for making object model classes more succinct. However, Lombok is an annotation processor and it has been quite problematic to get it working with AspectJ weaving required by JOPA.
Nevertheless, it is possible to get them working together (at least with Maven and in IntelliJ IDEA).