From 7b1979ddcad98a7fcd1f3f81d49e765e67c438b4 Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Mon, 3 Sep 2012 20:26:47 +0400 Subject: [PATCH] KT-2609 Copy @NotNull data from IDEA's JDK annotations #KT-2609 fixed --- jdk-annotations/java/awt/annotations.xml | 77 +++++++++++++++++++ jdk-annotations/java/lang/annotations.xml | 5 ++ jdk-annotations/java/util/annotations.xml | 16 ++++ .../java/util/concurrent/annotations.xml | 22 ++++++ 4 files changed, 120 insertions(+) create mode 100644 jdk-annotations/java/awt/annotations.xml create mode 100644 jdk-annotations/java/util/concurrent/annotations.xml diff --git a/jdk-annotations/java/awt/annotations.xml b/jdk-annotations/java/awt/annotations.xml new file mode 100644 index 00000000000..15b4fd118c2 --- /dev/null +++ b/jdk-annotations/java/awt/annotations.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/jdk-annotations/java/lang/annotations.xml b/jdk-annotations/java/lang/annotations.xml index 5668d657976..8b71cbfee98 100644 --- a/jdk-annotations/java/lang/annotations.xml +++ b/jdk-annotations/java/lang/annotations.xml @@ -19,4 +19,9 @@ + + + + + diff --git a/jdk-annotations/java/util/annotations.xml b/jdk-annotations/java/util/annotations.xml index b3eb91eac83..fe4cdb61e10 100644 --- a/jdk-annotations/java/util/annotations.xml +++ b/jdk-annotations/java/util/annotations.xml @@ -751,4 +751,20 @@ + + + + + + + + + + + + + + + diff --git a/jdk-annotations/java/util/concurrent/annotations.xml b/jdk-annotations/java/util/concurrent/annotations.xml new file mode 100644 index 00000000000..88be8236978 --- /dev/null +++ b/jdk-annotations/java/util/concurrent/annotations.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file