Uses of Interface
java.lang.classfile.constantpool.AnnotationConstantValueEntry
Packages that use AnnotationConstantValueEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the 
java.lang.classfile library.- 
Uses of AnnotationConstantValueEntry in java.lang.classfileMethods in java.lang.classfile that return AnnotationConstantValueEntryModifier and TypeMethodDescriptionAnnotationValue.OfConstant.constant()Returns the constant pool entry backing this constant element.
- 
Uses of AnnotationConstantValueEntry in java.lang.classfile.constantpoolSubinterfaces of AnnotationConstantValueEntry in java.lang.classfile.constantpoolModifier and TypeInterfaceDescriptioninterfaceModels aCONSTANT_Double_infostructure, representing adoubleconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_Float_infostructure, or afloatconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_Integer_infostructure, or anintconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_Long_infostructure, or alongconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_UTF8_infoconstant, representing strings, in the constant pool of aclassfile.