| Modifier and Type | Class | 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 | Description |
|---|---|---|
java.util.List<AnnotationNode> |
ClassNode.invisibleAnnotations |
The runtime invisible annotations of this class.
|
java.util.List<AnnotationNode> |
FieldNode.invisibleAnnotations |
The runtime invisible annotations of this field.
|
java.util.List<AnnotationNode> |
MethodNode.invisibleAnnotations |
The runtime invisible annotations of this method.
|
java.util.List<AnnotationNode> |
RecordComponentNode.invisibleAnnotations |
The runtime invisible annotations of this record component.
|
java.util.List<AnnotationNode> |
ClassNode.visibleAnnotations |
The runtime visible annotations of this class.
|
java.util.List<AnnotationNode> |
FieldNode.visibleAnnotations |
The runtime visible annotations of this field.
|
java.util.List<AnnotationNode> |
MethodNode.visibleAnnotations |
The runtime visible annotations of this method.
|
java.util.List<AnnotationNode> |
RecordComponentNode.visibleAnnotations |
The runtime visible annotations of this record component.
|
Copyright © 2022. All rights reserved.