- All Superinterfaces:
AnnotationValue,ClassFileElement,WritableElement<AnnotationValue>
- All Known Implementing Classes:
AnnotationImpl.OfArrayImpl
- Enclosing interface:
AnnotationValue
public static sealed interface AnnotationValue.OfArray
extends AnnotationValue
permits AnnotationImpl.OfArrayImpl
Models an array-valued element
- Since:
- 22
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glavo.classfile.AnnotationValue
AnnotationValue.OfAnnotation, AnnotationValue.OfArray, AnnotationValue.OfBoolean, AnnotationValue.OfByte, AnnotationValue.OfCharacter, AnnotationValue.OfClass, AnnotationValue.OfConstant, AnnotationValue.OfDouble, AnnotationValue.OfEnum, AnnotationValue.OfFloat, AnnotationValue.OfInteger, AnnotationValue.OfLong, AnnotationValue.OfShort, AnnotationValue.OfString -
Method Summary
Methods inherited from interface org.glavo.classfile.AnnotationValue
tagMethods inherited from interface org.glavo.classfile.WritableElement
writeTo
-
Method Details
-
values
List<AnnotationValue> values()Returns the values.- Returns:
- the values
-