Uses of Interface
java.lang.classfile.attribute.CompilationIDAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of CompilationIDAttribute in java.lang.classfile
Modifier and TypeMethodDescriptionAttributes.compilationId()
Returns Attribute mapper for theCompilationID
attribute. -
Uses of CompilationIDAttribute in java.lang.classfile.attribute
Modifier and TypeInterfaceDescriptioninterface
Models theCompilationID
attribute (@@@ need reference), which can appear on classes and records the compilation time of the class.Modifier and TypeMethodDescriptionstatic CompilationIDAttribute
Returns aCompilationID
attribute.static CompilationIDAttribute
Returns aCompilationID
attribute.