Uses of Interface
jakarta.enterprise.lang.model.AnnotationTarget
Package
Description
The build compatible extension SPI.
Interfaces that represent declarations.
Interfaces that represent types.
-
Uses of AnnotationTarget in jakarta.enterprise.inject.build.compatible.spi
Modifier and TypeMethodDescriptionvoid
Messages.error
(String message, AnnotationTarget relatedTo) Add an error which is related to givenAnnotationTarget
(which is most likely aDeclarationInfo
).void
Messages.info
(String message, AnnotationTarget relatedTo) Add an information message which is related to givenAnnotationTarget
(which is most likely aDeclarationInfo
).void
Messages.warn
(String message, AnnotationTarget relatedTo) Add a warning which is related to givenAnnotationTarget
(which is most likely aDeclarationInfo
). -
Uses of AnnotationTarget in jakarta.enterprise.lang.model.declarations
Modifier 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
Modifier 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.