Uses of Interface
java.lang.classfile.attribute.CompilationIDAttribute
Packages that use CompilationIDAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of CompilationIDAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type CompilationIDAttributeModifier and TypeMethodDescriptionAttributes.compilationId()
Returns the mapper for theCompilationID
attribute. -
Uses of CompilationIDAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type CompilationIDAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theCompilationID
attribute, which records the compilation time of theclass
file.Methods in java.lang.classfile.attribute that return CompilationIDAttributeModifier and TypeMethodDescriptionstatic CompilationIDAttribute
Returns aCompilationID
attribute.static CompilationIDAttribute
Returns aCompilationID
attribute.