Loading core/java/android/annotation/IntDef.java +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import static java.lang.annotation.RetentionPolicy.CLASS; import static java.lang.annotation.RetentionPolicy.SOURCE; /** * Denotes that the annotated element of integer type, represents Loading Loading @@ -48,7 +48,7 @@ import static java.lang.annotation.RetentionPolicy.CLASS; * * @hide */ @Retention(CLASS) @Retention(SOURCE) @Target({ANNOTATION_TYPE}) public @interface IntDef { /** Defines the constant prefix for this element */ Loading core/java/android/annotation/StringDef.java +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import static java.lang.annotation.RetentionPolicy.CLASS; import static java.lang.annotation.RetentionPolicy.SOURCE; /** * Denotes that the annotated String element, represents a logical Loading @@ -43,7 +43,7 @@ import static java.lang.annotation.RetentionPolicy.CLASS; * * @hide */ @Retention(CLASS) @Retention(SOURCE) @Target({ANNOTATION_TYPE}) public @interface StringDef { /** Defines the allowed constants for this element */ Loading Loading
core/java/android/annotation/IntDef.java +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import static java.lang.annotation.RetentionPolicy.CLASS; import static java.lang.annotation.RetentionPolicy.SOURCE; /** * Denotes that the annotated element of integer type, represents Loading Loading @@ -48,7 +48,7 @@ import static java.lang.annotation.RetentionPolicy.CLASS; * * @hide */ @Retention(CLASS) @Retention(SOURCE) @Target({ANNOTATION_TYPE}) public @interface IntDef { /** Defines the constant prefix for this element */ Loading
core/java/android/annotation/StringDef.java +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import static java.lang.annotation.RetentionPolicy.CLASS; import static java.lang.annotation.RetentionPolicy.SOURCE; /** * Denotes that the annotated String element, represents a logical Loading @@ -43,7 +43,7 @@ import static java.lang.annotation.RetentionPolicy.CLASS; * * @hide */ @Retention(CLASS) @Retention(SOURCE) @Target({ANNOTATION_TYPE}) public @interface StringDef { /** Defines the allowed constants for this element */ Loading