Provides reflective run-time access to the properties of a class, which allows such things as querying or modifying an objects's field by its name or invoking a method by name.

The code {@link java.lang.Class} class serves as the entry-point to reflection. The classes in this package represent the various language elements.

@since Android 1.0