I am currently having issues with writing my javadocs and I keep getting Tag @link: can't find getProjected() in XXXX when this is a getter generated by Lombok.
My javadoc is @return the XXX {@link #getProjected()}.
Is there anyway of actually referencing these methods as they are created at compilation?
(I am using Eclipse IDE)
You need to install the Lombok plugin for Eclipse.
This Baeldung article describes the installation process in full, but the essence is:
java -jar lombok-x.x.x.jar which launches the installer UI