Uses of Interface
java.lang.classfile.attribute.ModuleResolutionAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of ModuleResolutionAttribute in java.lang.classfile
Modifier and TypeMethodDescriptionAttributes.moduleResolution()
Returns Attribute mapper for theModuleResolution
attribute. -
Uses of ModuleResolutionAttribute in java.lang.classfile.attribute
Modifier and TypeInterfaceDescriptioninterface
Models theModuleResolution
attribute, which can appear on classes that represent module descriptors.Modifier and TypeMethodDescriptionstatic ModuleResolutionAttribute
ModuleResolutionAttribute.of
(int resolutionFlags) Returns aModuleResolution
attribute.