Uses of Class
org.objectweb.asm.tree.AnnotationNode
Packages that use AnnotationNode
Package
Description
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
-
Uses of AnnotationNode in org.objectweb.asm.tree
Subclasses of AnnotationNode in org.objectweb.asm.treeModifier and TypeClassDescriptionclassA node that represents a type annotation on a local or resource variable.classA node that represents a type annotation.Fields in org.objectweb.asm.tree with type parameters of type AnnotationNodeModifier and TypeFieldDescriptionClassNode.invisibleAnnotationsThe runtime invisible annotations of this class.FieldNode.invisibleAnnotationsThe runtime invisible annotations of this field.MethodNode.invisibleAnnotationsThe runtime invisible annotations of this method.RecordComponentNode.invisibleAnnotationsThe runtime invisible annotations of this record component.ClassNode.visibleAnnotationsThe runtime visible annotations of this class.FieldNode.visibleAnnotationsThe runtime visible annotations of this field.MethodNode.visibleAnnotationsThe runtime visible annotations of this method.RecordComponentNode.visibleAnnotationsThe runtime visible annotations of this record component.