Uses of Interface
io.github.dmlloyd.classfile.attribute.RuntimeInvisibleAnnotationsAttribute
Packages that use RuntimeInvisibleAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of RuntimeInvisibleAnnotationsAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type RuntimeInvisibleAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeInvisibleAnnotations()Returns the mapper for theRuntimeInvisibleAnnotationsattribute. -
Uses of RuntimeInvisibleAnnotationsAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return RuntimeInvisibleAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeInvisibleAnnotationsAttribute.of(Annotation... annotations) Returns aRuntimeInvisibleAnnotationsattribute.RuntimeInvisibleAnnotationsAttribute.of(List<Annotation> annotations) Returns aRuntimeInvisibleAnnotationsattribute.