public class TypeNames
extends Object
A collection of fully qualified type names that are of interest to our
annotation processors. Because Eclipse does not like annotation processors to
use types defined in the same workspace where they are being used, and
because the javax.lang.mirror API works mostly on strings rather than runtime
Class objects, we define all the interesting type names from GWT and Errai in
here as string constants.
- Author:
- jfuerth