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.classfileMethods in java.lang.classfile that return types with arguments of type SourceIDAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<SourceIDAttribute> Attributes.sourceId()Returns the mapper for theSourceIDattribute.
- 
Uses of SourceIDAttribute in java.lang.classfile.attributeSubinterfaces with type arguments of type SourceIDAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theSourceIDattribute, which records the last modified time of the source file from which thisclassfile was compiled.Methods in java.lang.classfile.attribute that return SourceIDAttributeModifier and TypeMethodDescriptionstatic SourceIDAttributeReturns aSourceIDattribute.static SourceIDAttributeReturns aSourceIDattribute.