Uses of Interface
jakarta.enterprise.lang.model.declarations.PackageInfo
-
Packages that use PackageInfo Package Description jakarta.enterprise.lang.model.declarations Interfaces that represent declarations. -
-
Uses of PackageInfo in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return PackageInfo Modifier and Type Method Description default PackageInfo
DeclarationInfo. asPackage()
Returns this declaration as a package.default PackageInfo
PackageInfo. asPackage()
PackageInfo
ClassInfo. packageInfo()
Returns the package this class is part of.
-