I have a Java web application (built with Ant) running in Netbeans 21. The Java
platform is JDK 12 and the build target is JDK 11. The applications builds and
runs as a web application with no problem.
There are a few stand-alone test programs I need to run, but using the Run File
option result
After setting up Lombok in Netbeans 21 Maven project, I noticed that
JavaDoc does not produceĀ a full description of the Lombok tags.
For instance for:
*protected @Getter @Setter @NonNull String message;*
JavaDoc only recognizes the @NonNull tag, omitting the other tags, i.e. :
|protected @Non