GWT Reflection is a small framework which gives
you the ability to use the reflection API on the
client side of an application. Google Web Toolkit
obfuscates JavaScript so it is not readable for an
application at execution time. So it is hard to
use any kind of reflection on the browser side of
an application. To make JavaScript reflectable,
some helpers were created that can memorize class
descriptions at compilation time. This description
will later (at runtime) help to manipulate
classes, even after obfuscation.
FreeVersion: n/a Platform(s): All Updated:
August 24, 2008