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.spiMethods in jakarta.enterprise.inject.build.compatible.spi that return DeclarationInfo Modifier and Type Method Description DeclarationInfoInjectionPointInfo. declaration()Returns the declaration of this injection point.DeclarationInfoDeclarationConfig. info()Returns theDeclarationInfocorresponding to this transformed declaration.
- 
Uses of DeclarationInfo in jakarta.enterprise.lang.modelMethods in jakarta.enterprise.lang.model that return DeclarationInfo Modifier and Type Method Description DeclarationInfoAnnotationTarget. asDeclaration()Returns this annotation target as a declaration.
- 
Uses of DeclarationInfo in jakarta.enterprise.lang.model.declarationsSubinterfaces of DeclarationInfo in jakarta.enterprise.lang.model.declarations Modifier and Type Interface Description interfaceClassInfoA class.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.Methods in jakarta.enterprise.lang.model.declarations that return DeclarationInfo Modifier and Type Method Description default DeclarationInfoDeclarationInfo. asDeclaration()
- 
Uses of DeclarationInfo in jakarta.enterprise.lang.model.typesMethods in jakarta.enterprise.lang.model.types that return DeclarationInfo Modifier and Type Method Description default DeclarationInfoType. asDeclaration()
 
-