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)