Uses of Interface
jakarta.enterprise.lang.model.declarations.DeclarationInfo
Package
Description
The build compatible extension SPI.
The core interfaces of the language model that represent
annotations and
annotation targets.
Interfaces that represent declarations.
Interfaces that represent types.
-
Uses of DeclarationInfo in jakarta.enterprise.inject.build.compatible.spi
Modifier and TypeMethodDescriptionInjectionPointInfo.declaration()
Returns the declaration of this injection point.DeclarationConfig.info()
Returns theDeclarationInfo
corresponding to this transformed declaration. -
Uses of DeclarationInfo in jakarta.enterprise.lang.model
Modifier and TypeMethodDescriptionAnnotationTarget.asDeclaration()
Returns this annotation target as a declaration. -
Uses of DeclarationInfo in jakarta.enterprise.lang.model.declarations
Modifier and TypeInterfaceDescriptioninterface
A class.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 DeclarationInfo in jakarta.enterprise.lang.model.types