OSDN Git Service

Unhide @Repeatable
authorNeil Fuller <nfuller@google.com>
Tue, 19 Jan 2016 00:34:04 +0000 (16:34 -0800)
committerNeil Fuller <nfuller@google.com>
Tue, 19 Jan 2016 00:34:04 +0000 (16:34 -0800)
Bug: 26623636
Change-Id: Ib13a06e8997a06205a59889feded49d5d1725773

api/current.txt
api/system-current.txt
api/test-current.txt

index f92518f..9f2c786 100644 (file)
@@ -50458,6 +50458,9 @@ package java.lang.annotation {
   public abstract class Inherited implements java.lang.annotation.Annotation {
   }
 
+  public abstract class Repeatable implements java.lang.annotation.Annotation {
+  }
+
   public abstract class Retention implements java.lang.annotation.Annotation {
   }
 
index 6bba573..9ef773c 100644 (file)
@@ -53167,6 +53167,9 @@ package java.lang.annotation {
   public abstract class Inherited implements java.lang.annotation.Annotation {
   }
 
+  public abstract class Repeatable implements java.lang.annotation.Annotation {
+  }
+
   public abstract class Retention implements java.lang.annotation.Annotation {
   }
 
index 66c856f..d29c6bd 100644 (file)
@@ -50474,6 +50474,9 @@ package java.lang.annotation {
   public abstract class Inherited implements java.lang.annotation.Annotation {
   }
 
+  public abstract class Repeatable implements java.lang.annotation.Annotation {
+  }
+
   public abstract class Retention implements java.lang.annotation.Annotation {
   }