public static final class KotlinAnnotationArgument.UByteValue extends KotlinAnnotationArgument.LiteralValue<java.lang.Byte>
value
Constructor and Description |
---|
UByteValue(byte value) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Clazz clazz,
KotlinAnnotatable annotatable,
KotlinAnnotation annotation,
KotlinAnnotationArgument argument,
KotlinAnnotationArgumentVisitor visitor) |
equals, hashCode, toString
public void accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor)
accept
in interface KotlinAnnotationArgument.Value
accept
in class KotlinAnnotationArgument.LiteralValue<java.lang.Byte>