Uses of Class
java.lang.classfile.CustomAttribute
Packages that use CustomAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of CustomAttribute in java.lang.classfile
Classes in java.lang.classfile with type parameters of type CustomAttributeModifier and TypeClassDescriptionclass
CustomAttribute<T extends CustomAttribute<T>>
Models a user-defined attribute in aclass
file.