GWT 2.1.1

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

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

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

Classes in com.google.gwt.core.ext.typeinfo that implement HasAnnotations
 class JAbstractMethod
          Common superclass for JMethod and JConstructor.
 class JAnnotationMethod
          Method declared on an annotation type.
 class JAnnotationType
          Type representing an annotation type.
 class JArrayType
          Type representing a Java array.
 class JClassType
          Type used to represent any non-primitive type.
 class JConstructor
          Represents a constructor declaration.
 class JEnumConstant
          An enumeration constant declared in an enumerated type.
 class JEnumType
          Type representing a Java enumerated type.
 class JField
          Represents a field declaration.
 class JGenericType
          Type declaration that has type parameters.
 class JMethod
          Represents a method declaration.
 class JPackage
          Represents a logical package.
 class JParameter
          Represents a parameter in a declaration.
 class JParameterizedType
          Represents a parameterized type in a declaration.
 class JRawType
          Represents a raw type; that is a generic type with no type arguments.
 class JRealClassType
          Type representing a Java class or interface type that a user would declare.
 class JTypeParameter
          Represents one of the type parameters in a generic type.
 class JWildcardType
          Represents a wildcard type argument to a parameterized type.
 


GWT 2.1.1