| Package | Description |
|---|---|
| org.eclipse.persistence.internal.libraries.asm.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalVariableAnnotationNode
A node that represents a type annotation on a local or resource variable.
|
class |
TypeAnnotationNode
A node that represents a type annotation.
|
| Modifier and Type | Field and Description |
|---|---|
List<AnnotationNode> |
MethodNode.invisibleAnnotations
The runtime invisible annotations of this method.
|
List<AnnotationNode> |
FieldNode.invisibleAnnotations
The runtime invisible annotations of this field.
|
List<AnnotationNode> |
ClassNode.invisibleAnnotations
The runtime invisible annotations of this class.
|
List<AnnotationNode> |
RecordComponentNode.invisibleAnnotationsExperimental
Deprecated.
this API is experimental.
|
List<AnnotationNode> |
MethodNode.visibleAnnotations
The runtime visible annotations of this method.
|
List<AnnotationNode> |
FieldNode.visibleAnnotations
The runtime visible annotations of this field.
|
List<AnnotationNode> |
ClassNode.visibleAnnotations
The runtime visible annotations of this class.
|
List<AnnotationNode> |
RecordComponentNode.visibleAnnotationsExperimental
Deprecated.
this API is experimental.
|
Copyright © 2017–2020 Eclipse.org - EclipseLink Project. All rights reserved.