summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/reflect/AnnotationAccess.java
Commit message (Expand)AuthorAgeFilesLines
* Improve the performance of Annotation checksNeil Fuller2014-03-281-44/+12
* Speed-up for apps that use Dagger on ARTNeil Fuller2014-03-261-14/+17
* When decoding enum annotation value, treat it as a field name, not enum valueBrian Carlstrom2014-02-201-4/+14
* Fix Class.getEnclosingClass for anonymous classes declared in <clinit> methodsBrian Carlstrom2013-11-071-1/+1
* Avoid computing class def indices.Ian Rogers2013-09-211-87/+53
* Lazier annotation signature parsing.Ian Rogers2013-09-211-17/+9
* Refactor ART java.lang.reflect implementationBrian Carlstrom2013-08-131-8/+2
* Use the libcore.reflect implementation.Elliott Hughes2013-07-251-0/+794