Uses of Interface
java.lang.classfile.attribute.SourceIDAttribute
Packages that use SourceIDAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of SourceIDAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type SourceIDAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<SourceIDAttribute> Attributes.sourceId()
Returns the mapper for theSourceID
attribute. -
Uses of SourceIDAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type SourceIDAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theSourceID
attribute, which records the last modified time of the source file from which thisclass
file was compiled.Methods in java.lang.classfile.attribute that return SourceIDAttributeModifier and TypeMethodDescriptionstatic SourceIDAttribute
Returns aSourceID
attribute.static SourceIDAttribute
Returns aSourceID
attribute.