Uses of Interface
jakarta.enterprise.lang.model.AnnotationTarget
-
Packages that use AnnotationTarget Package Description jakarta.enterprise.lang.model.declarations Interfaces that represent declarations.jakarta.enterprise.lang.model.types Interfaces that represent types. -
-
Uses of AnnotationTarget in jakarta.enterprise.lang.model.declarations
Subinterfaces of AnnotationTarget in jakarta.enterprise.lang.model.declarations Modifier and Type Interface Description interfaceClassInfoA class.interfaceDeclarationInfoA declaration is an element of a program source code.interfaceFieldInfoA field, declared in some class.interfaceMethodInfoA method or a constructor, declared in some class.interfacePackageInfoA package, possibly annotated inpackage-info.java.interfaceParameterInfoA method parameter or a constructor parameter, declared in some method or constructor.interfaceRecordComponentInfoA record component, declared in some record. -
Uses of AnnotationTarget in jakarta.enterprise.lang.model.types
Subinterfaces of AnnotationTarget in jakarta.enterprise.lang.model.types Modifier and Type Interface Description interfaceArrayTypeAn array type is created from a component type.interfaceClassTypeA class type, including interface types, enum types, annotation types and record types.interfaceParameterizedTypeA parameterized type.interfacePrimitiveTypePrimitive types are: boolean byte short int long float double charinterfaceTypeA type is used in a program source code, but does not have to be declared anywhere.interfaceTypeVariableType variables represent type parameters declared on generic classes or methods.interfaceVoidTypeThevoidpseudo-type.interfaceWildcardTypeA wildcard type.
-