Uses of Package
jakarta.enterprise.lang.model.types
-
Packages that use jakarta.enterprise.lang.model.types Package Description jakarta.enterprise.lang.model The core interfaces of the language model that represent annotations and annotation targets.jakarta.enterprise.lang.model.declarations Interfaces that represent declarations.jakarta.enterprise.lang.model.types Interfaces that represent types. -
Classes in jakarta.enterprise.lang.model.types used by jakarta.enterprise.lang.model Class Description Type A type is used in a program source code, but does not have to be declared anywhere. -
Classes in jakarta.enterprise.lang.model.types used by jakarta.enterprise.lang.model.declarations Class Description Type A type is used in a program source code, but does not have to be declared anywhere.TypeVariable Type variables represent type parameters declared on generic classes or methods. -
Classes in jakarta.enterprise.lang.model.types used by jakarta.enterprise.lang.model.types Class Description ArrayType An array type is created from a component type.ClassType A class type, including interface types, enum types, annotation types and record types.ParameterizedType A parameterized type.PrimitiveType Primitive types are: boolean byte short int long float double charPrimitiveType.PrimitiveKind The primitive type kind: boolean, byte, short, int, long, float, double, charType A type is used in a program source code, but does not have to be declared anywhere.Type.Kind The type kind: void, primitive, class, array, parameterized type, type variable, wildcard typeTypeVariable Type variables represent type parameters declared on generic classes or methods.VoidType Thevoid
pseudo-type.WildcardType A wildcard type.