Uses of Interface
java.lang.classfile.attribute.ModulePackagesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of ModulePackagesAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<ModulePackagesAttributePREVIEW> Attributes.MODULE_PACKAGES
Attribute mapper for theModulePackages
attribute -
Uses of ModulePackagesAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionModulePackagesAttribute.of
(PackageEntryPREVIEW... packages) Returns aModulePackages
attribute.ModulePackagesAttribute.of
(List<PackageEntryPREVIEW> packages) Returns aModulePackages
attribute.ModulePackagesAttribute.ofNames
(PackageDesc... packages) Returns aModulePackages
attribute.ModulePackagesAttribute.ofNames
(List<PackageDesc> packages) Returns aModulePackages
attribute.