mbien commented on PR #5405: URL: https://github.com/apache/netbeans/pull/5405#issuecomment-1420128569
* `@deprecated` javadoc tag is there to provide migration guidance for the API user - if the message is empty it serves no purpose. * `@Deprecated` annotation is sufficient to make it show up as deprecated in the javadoc and produce a compiler warning This means having an empty javadoc tag serves no purpose, it should be only added to provide a meaningful message. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
