summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api/Constants.scala
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-10-10 22:12:23 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-10-11 20:08:16 +0200
commite49ece4fb1c9e7b83624bc96c1d54078ef62c2bc (patch)
tree99221ded11585da94f86cb796cf945976bcc5d54 /src/reflect/scala/reflect/api/Constants.scala
parent706091cadbfd3d3d89df4acc68ea910679005ec8 (diff)
downloadscala-e49ece4fb1c9e7b83624bc96c1d54078ef62c2bc.tar.gz
scala-e49ece4fb1c9e7b83624bc96c1d54078ef62c2bc.tar.bz2
scala-e49ece4fb1c9e7b83624bc96c1d54078ef62c2bc.zip
Diagram tweaking
blocked by SI-6511
Diffstat (limited to 'src/reflect/scala/reflect/api/Constants.scala')
-rw-r--r--src/reflect/scala/reflect/api/Constants.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reflect/scala/reflect/api/Constants.scala b/src/reflect/scala/reflect/api/Constants.scala
index 8c532bd4dd..9e0573f0dc 100644
--- a/src/reflect/scala/reflect/api/Constants.scala
+++ b/src/reflect/scala/reflect/api/Constants.scala
@@ -10,6 +10,8 @@ package api
* This trait is the [[scala.reflect.api.Universe reflection API]] component that mirrors constant irreducible expressions
* such as `true`, `0` and `classOf[List]`. Constant values appear in the program abstract syntax tree and in annotation parameters
* wrapped in [[Constant `Constant`]] case classes.
+ *
+ * @contentDiagram hideNodes "*Api"
*/
trait Constants {
self: Universe =>