public static final class KotlinAnnotationArgument.IntValue extends KotlinAnnotationArgument.LiteralValue<java.lang.Integer>
value| Constructor and Description |
|---|
IntValue(int value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
KotlinAnnotatable annotatable,
KotlinAnnotation kotlinMetadataAnnotation,
KotlinAnnotationArgument argument,
KotlinAnnotationArgumentVisitor visitor) |
equals, hashCode, toStringpublic void accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation kotlinMetadataAnnotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor)
accept in interface KotlinAnnotationArgument.Valueaccept in class KotlinAnnotationArgument.LiteralValue<java.lang.Integer>