mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
6 lines
225 B
Plaintext
Vendored
6 lines
225 B
Plaintext
Vendored
@java.lang.Deprecated
|
|
@java.lang.annotation.Target(value = { CONSTRUCTOR, FIELD })
|
|
@java.lang.annotation.Retention(value = RUNTIME)
|
|
public abstract @interface MetaAnnotation {
|
|
public abstract java.lang.String strValue()
|
|
} |