-
Bug
-
Resolution: Fixed
-
P3
-
9
Javadoc should support deprecation on modules. Modules can only be deprecated using the @Deprecated annotation. @deprecated javadoc tag usage is optional in the sense that it only provides the deprecation comment. The usage of @deprecated tag without the @Deprecated annotation will not mark the module as deprecated.