Details
-
Documentation
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.5.0
-
None
Description
After SPARK-8967, we should use @Since annotation instead of @since tag in JavaDoc. This helps reuse API doc for inherited methods and public variables in the constructor, e.g.:
@Since("1.0.0")
override def predict(...)
/** * ... */ @Since("1.2.0") class KMeansModel( @Since("1.3.0") override val uid: String, @Since("1.4.0") val centers: Array[Vector])
Attachments
Issue Links
- depends upon
-
SPARK-8967 Implement @since as an annotation
- Resolved
- links to