Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We use @since tag in JavaDoc. There exists one issue. For a overloaded method, it inherits the doc from its parent if no JavaDoc is provided. However, if we want to add @since, we have to add JavaDoc. Then we need to copy the JavaDoc from parent, which makes it hard to keep docs in sync.
A better solution would be implementing @since as an annotation, which is not part of the JavaDoc.
Attachments
Issue Links
- is depended upon by
-
SPARK-9864 Replace `@since` JavaDoc tag by `@Since` annotation in MLlib
- Resolved
- relates to
-
SPARK-7751 Add @Since annotation to stable and experimental methods in MLlib
- Resolved
- links to