Skip to content
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).

JOPA with Lombok in Maven

Clone this wiki locally