Deserialize annotations on classes
First version, not all kinds of value arguments of annotations are supported
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
annotation class Anno
|
||||
|
||||
class Class {
|
||||
Anno class Nested
|
||||
|
||||
Anno inner class Inner
|
||||
}
|
||||
Reference in New Issue
Block a user