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