mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-07 15:52:02 +00:00
4 lines
58 B
Java
Vendored
4 lines
58 B
Java
Vendored
public @interface Ann {
|
|
String value() default "1";
|
|
}
|