GWT 2.1.1

Uses of Interface
com.google.gwt.core.ext.typeinfo.HasTypeParameters

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

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

Classes in com.google.gwt.core.ext.typeinfo that implement HasTypeParameters
 class JAbstractMethod
          Common superclass for JMethod and JConstructor.
 class JAnnotationMethod
          Method declared on an annotation type.
 class JConstructor
          Represents a constructor declaration.
 class JGenericType
          Type declaration that has type parameters.
 class JMethod
          Represents a method declaration.
 


GWT 2.1.1