GWT 2.1.1

Uses of Class
com.google.gwt.core.ext.typeinfo.JAnnotationType

Packages that use JAnnotationType
com.google.gwt.core.ext.typeinfo Type-introspection support classes used by generators. 
 

Uses of JAnnotationType in com.google.gwt.core.ext.typeinfo
 

Methods in com.google.gwt.core.ext.typeinfo that return JAnnotationType
 JAnnotationType JType.isAnnotation()
          Returns this instance if it is a annotation or null if it is not.
 JAnnotationType JAnnotationType.isAnnotation()
           
protected  JAnnotationType TypeOracleBuilder.newAnnotationType(JPackage pkg, java.lang.String enclosingTypeName, java.lang.String className)
           
 


GWT 2.1.1