Uses of Interface
jakarta.enterprise.lang.model.AnnotationTarget
Packages that use AnnotationTarget
-
Uses of AnnotationTarget in jakarta.enterprise.lang.model.declarations
Subinterfaces of AnnotationTarget in jakarta.enterprise.lang.model.declarationsModifier and TypeInterfaceDescriptioninterface
A class.interface
A declaration is an element of a program source code.interface
A field, declared in some class.interface
A method or a constructor, declared in some class.interface
A package, possibly annotated inpackage-info.java
.interface
A method parameter or a constructor parameter, declared in some method or constructor.interface
A record component, declared in some record. -
Uses of AnnotationTarget in jakarta.enterprise.lang.model.types
Subinterfaces of AnnotationTarget in jakarta.enterprise.lang.model.typesModifier and TypeInterfaceDescriptioninterface
An array type is created from a component type.interface
A class type, including interface types, enum types, annotation types and record types.interface
A parameterized type.interface
Primitive types are: boolean byte short int long float double charinterface
A type is used in a program source code, but does not have to be declared anywhere.interface
Type variables represent type parameters declared on generic classes or methods.interface
Thevoid
pseudo-type.interface
A wildcard type.