Deserialize annotations on classes
First version, not all kinds of value arguments of annotations are supported
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
annotation class Anno(val int: Int, val string: String, val double: Double)
|
||||
|
||||
Anno(42, "OK", 3.14) class Class
|
||||
Reference in New Issue
Block a user