Uses of Interface
java.lang.classfile.attribute.ModuleResolutionAttribute
Packages that use 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
Methods in java.lang.classfile that return types with arguments of type ModuleResolutionAttributeModifier and TypeMethodDescriptionAttributes.moduleResolution()
Returns Attribute mapper for theModuleResolution
attribute. -
Uses of ModuleResolutionAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type ModuleResolutionAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theModuleResolution
attribute, which can appear on classes that represent module descriptors.Methods in java.lang.classfile.attribute that return ModuleResolutionAttributeModifier and TypeMethodDescriptionstatic ModuleResolutionAttribute
ModuleResolutionAttribute.of
(int resolutionFlags) Returns aModuleResolution
attribute.