Errai 3.0.1-SNAPSHOT

org.jboss.errai.processor
Class TypeNames

java.lang.Object
  extended by org.jboss.errai.processor.TypeNames

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

Constructor Summary
TypeNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeNames

public TypeNames()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.