Uses of Interface
jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Packages that use DeclarationInfo Package Description 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.lang.model
Methods 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.declarations
Subinterfaces 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.types
Methods in jakarta.enterprise.lang.model.types that return DeclarationInfo Modifier and Type Method Description default DeclarationInfoType. asDeclaration()
-