History log of /frameworks/support/annotations/src/android/support/annotation/ColorRes.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf4b77f1b6bfa3ccf6c4fc8c89f1a1fb563b7a65 10-Feb-2017 Aurimas Liutikas <aurimas@google.com> Sort imports in annotation module to match support lib style.

Test: None
Change-Id: I57da5a5ef5f98f64b977ab7f5818ea2a97ecdd9a
/frameworks/support/annotations/src/android/support/annotation/ColorRes.java
ee3dc29c66e8c2c711fe1ca4f2d1d7cb07876b9a 10-Dec-2015 Jeff Sharkey <jsharkey@android.com> Attempt to fix build.

Change-Id: I647c52ac11b8fe9e76ab48eee132c68e532b3dee
/frameworks/support/annotations/src/android/support/annotation/ColorRes.java
9b2e27b330a5047774442f112efd8ba40b046c39 18-Mar-2015 Tor Norbye <tnorbye@google.com> Update annotation retention for resource type annotations

The resource type annotations in the support library should use
class file retention. That's more compact than having to use external
annotations for these. (IntDef and StringDef on the other hand should
just use source retention, since the class file format for annotations
only allows storing the values of the constants they refer to, not
references to the constants.)

Also allows the resource type annotations to be applied to local
variables as requested in
150475: Update Res support annotations to permit LOCAL_VARIABLE
annotations

Change-Id: I29bdfe3c258b349bd6c2a89c41b2bb76454d0ed4
/frameworks/support/annotations/src/android/support/annotation/ColorRes.java
feca0e3a122631f3cc8959a612f8b0a7c59636f9 18-Mar-2014 Tor Norbye <tnorbye@google.com> Fix support library annotation directory

The package was android.support.annotation yet these were located
in the directory android/support/annotations (plural)

Change-Id: I4e09f3424bd64c200e448d199b8dec3604c158bc
/frameworks/support/annotations/src/android/support/annotation/ColorRes.java