Uses of Interface
io.github.dmlloyd.classfile.attribute.RuntimeVisibleTypeAnnotationsAttribute
Packages that use RuntimeVisibleTypeAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of RuntimeVisibleTypeAnnotationsAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type RuntimeVisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeVisibleTypeAnnotations()Returns the mapper for theRuntimeVisibleTypeAnnotationsattribute. -
Uses of RuntimeVisibleTypeAnnotationsAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return RuntimeVisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeVisibleTypeAnnotationsAttribute.of(TypeAnnotation... annotations) Returns aRuntimeVisibleTypeAnnotationsattribute.RuntimeVisibleTypeAnnotationsAttribute.of(List<TypeAnnotation> annotations) Returns aRuntimeVisibleTypeAnnotationsattribute.