From c8b0bd44eb1ae92031c9ded55c95d4e5be7b0b12 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 19 May 2017 14:32:58 +0200 Subject: [PATCH] Mark document as out-of-date --- spec-docs/annotation-arguments.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec-docs/annotation-arguments.md b/spec-docs/annotation-arguments.md index afd9e63a5c6..ca71a97b3b2 100644 --- a/spec-docs/annotation-arguments.md +++ b/spec-docs/annotation-arguments.md @@ -1,5 +1,9 @@ # Annotation Arguments +**NOTE**: This document contains old language design notes and does not correspond to the current state of Kotlin. Please see http://kotlinlang.org/docs/reference/annotations.html for up-to-date documentation on this topic. + +*** + Goals: * Sort out problems of positional parameters and varargs in annotations * \[TBD later] Better syntax for array arguments to annotations