Interface ParsedAnnotationValue
- All Superinterfaces:
Comparable<ParsedAnnotationValue>
- All Known Implementing Classes:
ParsedAnnotationValue.ArrayValue, ParsedAnnotationValue.ClassValue, ParsedAnnotationValue.EnumValue, ParsedAnnotationValue.NestedAnnotationValue, ParsedAnnotationValue.ScalarValue
public sealed interface ParsedAnnotationValue
extends Comparable<ParsedAnnotationValue>
permits ParsedAnnotationValue.ArrayValue, ParsedAnnotationValue.ClassValue, ParsedAnnotationValue.EnumValue, ParsedAnnotationValue.NestedAnnotationValue, ParsedAnnotationValue.ScalarValue
Backend-neutral, lossless annotation element value.
-
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<ParsedAnnotationValue>
-