Uses of Interface
java.lang.classfile.attribute.RuntimeInvisibleTypeAnnotationsAttribute
Packages that use RuntimeInvisibleTypeAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of RuntimeInvisibleTypeAnnotationsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type RuntimeInvisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeInvisibleTypeAnnotations()
Returns the mapper for theRuntimeInvisibleTypeAnnotations
attribute. -
Uses of RuntimeInvisibleTypeAnnotationsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RuntimeInvisibleTypeAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRuntimeInvisibleTypeAnnotations
attribute (JVMS 4.7.21), which stores type-use annotations for the annotated uses of types in this structure that are visible toclass
file consumers but are not visible to core reflection.Methods in java.lang.classfile.attribute that return RuntimeInvisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeInvisibleTypeAnnotationsAttribute.of
(TypeAnnotation... annotations) Returns aRuntimeInvisibleTypeAnnotations
attribute.RuntimeInvisibleTypeAnnotationsAttribute.of
(List<TypeAnnotation> annotations) Returns aRuntimeInvisibleTypeAnnotations
attribute.