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 @NonNullString <https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html>|
|message <#message>|

I'd like all the tags to appear in the documentation, how can I do this?


Thanks in advance

--
*/ArbolOne.ca/* Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development is in progress [ í ]

Reply via email to