Loading ravenwood/annotations-src/android/ravenwood/annotation/RavenwoodRemove.java +14 −0 Original line number Diff line number Diff line Loading @@ -35,4 +35,18 @@ import java.lang.annotation.Target; @Target({TYPE, FIELD, METHOD, CONSTRUCTOR}) @Retention(RetentionPolicy.CLASS) public @interface RavenwoodRemove { /** * One or more classes that aren't yet supported by Ravenwood, which is why this method throws. */ Class<?>[] blockedBy() default {}; /** * General free-form description of why this method throws. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; } ravenwood/annotations-src/android/ravenwood/annotation/RavenwoodReplace.java +5 −0 Original line number Diff line number Diff line Loading @@ -42,4 +42,9 @@ public @interface RavenwoodReplace { * General free-form description of why this method is being replaced. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; } ravenwood/annotations-src/android/ravenwood/annotation/RavenwoodThrow.java +5 −0 Original line number Diff line number Diff line Loading @@ -43,4 +43,9 @@ public @interface RavenwoodThrow { * General free-form description of why this method throws. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; } ravenwood/junit-src/android/platform/test/annotations/DisabledOnRavenwood.java +5 −0 Original line number Diff line number Diff line Loading @@ -51,4 +51,9 @@ public @interface DisabledOnRavenwood { * General free-form description of why this test is being ignored. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; } ravenwood/junit-src/android/platform/test/annotations/IgnoreUnderRavenwood.java +5 −0 Original line number Diff line number Diff line Loading @@ -51,4 +51,9 @@ public @interface IgnoreUnderRavenwood { * General free-form description of why this test is being ignored. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; } Loading
ravenwood/annotations-src/android/ravenwood/annotation/RavenwoodRemove.java +14 −0 Original line number Diff line number Diff line Loading @@ -35,4 +35,18 @@ import java.lang.annotation.Target; @Target({TYPE, FIELD, METHOD, CONSTRUCTOR}) @Retention(RetentionPolicy.CLASS) public @interface RavenwoodRemove { /** * One or more classes that aren't yet supported by Ravenwood, which is why this method throws. */ Class<?>[] blockedBy() default {}; /** * General free-form description of why this method throws. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; }
ravenwood/annotations-src/android/ravenwood/annotation/RavenwoodReplace.java +5 −0 Original line number Diff line number Diff line Loading @@ -42,4 +42,9 @@ public @interface RavenwoodReplace { * General free-form description of why this method is being replaced. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; }
ravenwood/annotations-src/android/ravenwood/annotation/RavenwoodThrow.java +5 −0 Original line number Diff line number Diff line Loading @@ -43,4 +43,9 @@ public @interface RavenwoodThrow { * General free-form description of why this method throws. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; }
ravenwood/junit-src/android/platform/test/annotations/DisabledOnRavenwood.java +5 −0 Original line number Diff line number Diff line Loading @@ -51,4 +51,9 @@ public @interface DisabledOnRavenwood { * General free-form description of why this test is being ignored. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; }
ravenwood/junit-src/android/platform/test/annotations/IgnoreUnderRavenwood.java +5 −0 Original line number Diff line number Diff line Loading @@ -51,4 +51,9 @@ public @interface IgnoreUnderRavenwood { * General free-form description of why this test is being ignored. */ String reason() default ""; /** * Tracking bug number, if any. */ long bug() default 0; }