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 TypeInterfaceDescriptioninterfaceA class.interfaceA declaration is an element of a program source code.interfaceA field, declared in some class.interfaceA method or a constructor, declared in some class.interfaceA package, possibly annotated inpackage-info.java.interfaceA method parameter or a constructor parameter, declared in some method or constructor.interfaceA 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 TypeInterfaceDescriptioninterfaceAn array type is created from a component type.interfaceA class type, including interface types, enum types, annotation types and record types.interfaceA parameterized type.interfacePrimitive types are: boolean byte short int long float double charinterfaceA type is used in a program source code, but does not have to be declared anywhere.interfaceType variables represent type parameters declared on generic classes or methods.interfaceThevoidpseudo-type.interfaceA wildcard type.