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.classfileMethods in java.lang.classfile that return types with arguments of type RuntimeInvisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeInvisibleTypeAnnotations()Returns the mapper for theRuntimeInvisibleTypeAnnotationsattribute.
- 
Uses of RuntimeInvisibleTypeAnnotationsAttribute in java.lang.classfile.attributeSubinterfaces with type arguments of type RuntimeInvisibleTypeAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theRuntimeInvisibleTypeAnnotationsattribute (JVMS 4.7.21), which stores type-use annotations for the annotated uses of types in this structure that are visible toclassfile consumers but are not visible to core reflection.Methods in java.lang.classfile.attribute that return RuntimeInvisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeInvisibleTypeAnnotationsAttribute.of(TypeAnnotation... annotations) Returns aRuntimeInvisibleTypeAnnotationsattribute.RuntimeInvisibleTypeAnnotationsAttribute.of(List<TypeAnnotation> annotations) Returns aRuntimeInvisibleTypeAnnotationsattribute.