History log of /frameworks/support/annotations/src/android/support/annotation/AnyRes.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/AnyRes.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/AnyRes.java