mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
10 lines
230 B
Java
10 lines
230 B
Java
@AString(value = Test.vstring)
|
|
@AChar(value = Test.vchar)
|
|
@AInt(value = Test.vint)
|
|
@AByte(value = Test.vbyte)
|
|
@ALong(value = Test.vlong)
|
|
@ADouble(value = Test.vdouble)
|
|
@AFloat(value = Test.vfloat)
|
|
public class AnnotationClass {
|
|
}
|