Skip to content

Setting Annotation Processors

Eliza Margaretha edited this page Jul 19, 2021 · 1 revision

Kustvakt full version uses annotation processors for referencing the properties of database entities. The annotation processors should be set according to your IDE.

Eclipse

For Eclipse (tested using Eclipse IDE for Enterprise Java and Web Developers version 4.19.0), please install m2e-apt for automatic annotation processing setup based-on the maven configuration.

After installing m2e-apt, navigate to Windows > Preferences.

Under Maven, click on Annotation Processing.

For the annotation processing mode, select Automatically configure JDT APT

Clean and re-build your project.

Clone this wiki locally