mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
12 lines
245 B
Java
Vendored
12 lines
245 B
Java
Vendored
package test;
|
|
|
|
@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 {
|
|
}
|