Attribute<SourceIDAttribute>, ClassElement, ClassFileElementpublic sealed interface SourceIDAttribute extends Attribute<SourceIDAttribute>, ClassElement
SourceID attribute, which records the last modified time of the source file from which this class file was compiled. This attribute only appears on classes, and does not permit multiple instances in a class. It has a data dependency on the constant pool.
This attribute is not predefined in the Java SE Platform. This is a JDK-specific nonstandard attribute produced by the reference implementation of the system Java compiler, defined by the jdk.compiler module.
| Modifier and Type | Method | Description |
|---|---|---|
static SourceIDAttribute |
of |
Returns a SourceID attribute. |
static SourceIDAttribute |
of |
Returns a SourceID attribute. |
Utf8Entry |
sourceId() |
Returns the source id. |
attributeMapper, attributeName
Utf8Entry sourceId()
class file is compiled.static SourceIDAttribute of(Utf8Entry sourceId)
SourceID attribute.sourceId - the source idSourceID attributestatic SourceIDAttribute of(String sourceId)
SourceID attribute.sourceId - the source idSourceID attribute
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/classfile/attribute/SourceIDAttribute.html