Interface JavaAnnotationValue
- All Superinterfaces:
Comparable<JavaAnnotationValue>
- All Known Implementing Classes:
JavaAnnotationValue.ArrayValue, JavaAnnotationValue.ClassValue, JavaAnnotationValue.EnumValue, JavaAnnotationValue.NestedAnnotationValue, JavaAnnotationValue.ScalarValue
public sealed interface JavaAnnotationValue
extends Comparable<JavaAnnotationValue>
permits JavaAnnotationValue.ArrayValue, JavaAnnotationValue.ClassValue, JavaAnnotationValue.EnumValue, JavaAnnotationValue.NestedAnnotationValue, JavaAnnotationValue.ScalarValue
Lossless annotation value vocabulary independent from the JDK parser API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic enumstatic final record -
Method Summary
-
Method Details
-
stableKey
String stableKey() -
compareTo
- Specified by:
compareToin interfaceComparable<JavaAnnotationValue>
-