mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
11 lines
277 B
Java
11 lines
277 B
Java
@AString(value = Test.vstring)
|
|
@AStringNullable(value = Test.vstringNullable)
|
|
@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 AnnotationTrait {
|
|
}
|