Uses of Interface
java.lang.classfile.attribute.RuntimeInvisibleAnnotationsAttribute
Packages that use RuntimeInvisibleAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of RuntimeInvisibleAnnotationsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type RuntimeInvisibleAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeInvisibleAnnotations()
Returns the mapper for theRuntimeInvisibleAnnotations
attribute. -
Uses of RuntimeInvisibleAnnotationsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RuntimeInvisibleAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRuntimeInvisibleAnnotations
attribute (JVMS 4.7.17), which stores declaration annotations on this structure that are visible toclass
file consumers but are not visible to core reflection.Methods in java.lang.classfile.attribute that return RuntimeInvisibleAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeInvisibleAnnotationsAttribute.of
(Annotation... annotations) Returns aRuntimeInvisibleAnnotations
attribute.RuntimeInvisibleAnnotationsAttribute.of
(List<Annotation> annotations) Returns aRuntimeInvisibleAnnotations
attribute.