Uses of Interface
java.lang.classfile.attribute.ModuleTargetAttribute
Packages that use ModuleTargetAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of ModuleTargetAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type ModuleTargetAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<ModuleTargetAttribute> Attributes.moduleTarget()
Returns the mapper for theModuleTarget
attribute. -
Uses of ModuleTargetAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type ModuleTargetAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theModuleTarget
attribute, which can appear on classes that represent module descriptors, to represent constraints on the target platform.Methods in java.lang.classfile.attribute that return ModuleTargetAttributeModifier and TypeMethodDescriptionstatic ModuleTargetAttribute
Returns aModuleTarget
attribute.static ModuleTargetAttribute
Returns aModuleTarget
attribute.