Attribute<SourceDebugExtensionAttribute>, ClassElement, ClassFileElementpublic sealed interface SourceDebugExtensionAttribute extends Attribute<SourceDebugExtensionAttribute>, ClassElement
SourceDebugExtension attribute (JVMS 4.7.11), which stores arbitrary modified UTF-8 data. This attribute only appears on classes, and does not permit multiple instances in a class. It has no data dependency.
The attribute was introduced in the Java SE Platform version 5.0, major version 49.
SourceDebugExtension Attribute| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
contents() |
Returns the debug extension payload. |
static SourceDebugExtensionAttribute |
of |
Returns a SourceDebugExtension attribute. |
attributeMapper, attributeName
byte[] contents()
String.static SourceDebugExtensionAttribute of(byte[] contents)
SourceDebugExtension attribute.contents - the extension contentsSourceDebugExtension 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/SourceDebugExtensionAttribute.html