Interface BasicAnnotationValue
-
- All Superinterfaces:
AnnotationValue
,java.lang.Comparable<AnnotationValue>
- All Known Implementing Classes:
BoolAnnotationValue
,ByteAnnotationValue
,CharAnnotationValue
,CompilationUnitAnnotationValue
,DoubleAnnotationValue
,EnumAnnotationValue
,FloatAnnotationValue
,IntAnnotationValue
,LongAnnotationValue
,ShortAnnotationValue
,StringAnnotationValue
public interface BasicAnnotationValue extends AnnotationValue
Abstract class representing a basic annotation value, namely annotation values that can be inside anArrayAnnotationValue
.