Uses of Interface
java.lang.classfile.attribute.RuntimeVisibleAnnotationsAttribute
Packages that use RuntimeVisibleAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of RuntimeVisibleAnnotationsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type RuntimeVisibleAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeVisibleAnnotations()
Returns the mapper for theRuntimeVisibleAnnotations
attribute. -
Uses of RuntimeVisibleAnnotationsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RuntimeVisibleAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRuntimeVisibleAnnotations
attribute (JVMS 4.7.16), which stores declaration annotations on this structure that are visible to bothclass
file consumers and core reflection.Methods in java.lang.classfile.attribute that return RuntimeVisibleAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeVisibleAnnotationsAttribute.of
(Annotation... annotations) Returns aRuntimeVisibleAnnotations
attribute.RuntimeVisibleAnnotationsAttribute.of
(List<Annotation> annotations) Returns aRuntimeVisibleAnnotations
attribute.