Uses of Interface
jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Packages that use DeclarationInfo Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.jakarta.enterprise.lang.model The core interfaces of the language model that represent annotations and annotation targets.jakarta.enterprise.lang.model.declarations Interfaces that represent declarations.jakarta.enterprise.lang.model.types Interfaces that represent types. -
-
Uses of DeclarationInfo in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return DeclarationInfo Modifier and Type Method Description DeclarationInfo
InjectionPointInfo. declaration()
Returns the declaration of this injection point.DeclarationInfo
DeclarationConfig. info()
Returns theDeclarationInfo
corresponding to this transformed declaration. -
Uses of DeclarationInfo in jakarta.enterprise.lang.model
Methods in jakarta.enterprise.lang.model that return DeclarationInfo Modifier and Type Method Description DeclarationInfo
AnnotationTarget. 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.declarations Modifier and Type Interface Description interface
ClassInfo
A class.interface
FieldInfo
A field, declared in some class.interface
MethodInfo
A method or a constructor, declared in some class.interface
PackageInfo
A package, possibly annotated inpackage-info.java
.interface
ParameterInfo
A method parameter or a constructor parameter, declared in some method or constructor.interface
RecordComponentInfo
A record component, declared in some record.Methods in jakarta.enterprise.lang.model.declarations that return DeclarationInfo Modifier and Type Method Description default DeclarationInfo
DeclarationInfo. asDeclaration()
-
Uses of DeclarationInfo in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return DeclarationInfo Modifier and Type Method Description default DeclarationInfo
Type. asDeclaration()
-