Uses of Class
org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
Packages that use AnnotationNode
-
Uses of AnnotationNode in org.eclipse.persistence.internal.libraries.asm.tree
Subclasses of AnnotationNode in org.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.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.