238340a143
(cherry picked from commit 1677984)
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()
|
|
} |