Uses of Interface
java.lang.classfile.attribute.CompilationIDAttribute
Packages that use 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
Methods in java.lang.classfile that return types with arguments of type CompilationIDAttributeModifier and TypeMethodDescriptionAttributes.compilationId()
Returns Attribute 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 (@@@ need reference), which can appear on classes and records the compilation time of the class.Methods in java.lang.classfile.attribute that return CompilationIDAttributeModifier and TypeMethodDescriptionstatic CompilationIDAttribute
Returns aCompilationID
attribute.static CompilationIDAttribute
Returns aCompilationID
attribute.