Uses of Interface
jakarta.enterprise.lang.model.declarations.DeclarationInfo
Packages that use DeclarationInfo
Package
Description
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.lang.model
Methods in jakarta.enterprise.lang.model that return DeclarationInfoModifier and TypeMethodDescriptionAnnotationTarget.asDeclaration()
Returns this annotation target as a declaration. -
Uses of DeclarationInfo in jakarta.enterprise.lang.model.declarations
Subinterfaces of DeclarationInfo in jakarta.enterprise.lang.model.declarationsModifier 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.Methods in jakarta.enterprise.lang.model.declarations that return DeclarationInfo -
Uses of DeclarationInfo in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return DeclarationInfo