spark-instrumented-optimizer/core/src/main
Xiangrui Meng 6f60298b1d [SPARK-8967] [DOC] add Since annotation
Add `Since` as a Scala annotation. The benefit is that we can use it without having explicit JavaDoc. This is useful for inherited methods. The limitation is that is doesn't show up in the generated Java API documentation. This might be fixed by modifying genjavadoc. I think we could leave it as a TODO.

This is how the generated Scala doc looks:

`since` JavaDoc tag:

![screen shot 2015-08-11 at 10 00 37 pm](https://cloud.githubusercontent.com/assets/829644/9230761/fa72865c-40d8-11e5-807e-0f3c815c5acd.png)

`Since` annotation:

![screen shot 2015-08-11 at 10 00 28 pm](https://cloud.githubusercontent.com/assets/829644/9230764/0041d7f4-40d9-11e5-8124-c3f3e5d5b31f.png)

rxin

Author: Xiangrui Meng <meng@databricks.com>

Closes #8131 from mengxr/SPARK-8967.
2015-08-12 14:28:23 -07:00
..
java/org/apache/spark [SPARK-9747] [SQL] Avoid starving an unsafe operator in aggregation 2015-08-12 10:08:35 -07:00
resources/org/apache/spark [SPARK-9426] [WEBUI] Job page DAG visualization is not shown 2015-08-11 23:25:02 -07:00
scala/org/apache/spark [SPARK-8967] [DOC] add Since annotation 2015-08-12 14:28:23 -07:00