PUBLIC OBJECT

In KitKat, some reflection is implemented in Java

The newly-released Android KitKat source shows that some of the java.lang.reflect package is implemented with regular Java code. For example, the method that looks up annotations can parse its own dex file.

It's turtles all the way down.