reading annotations from bytecode
(without fields yet)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
annotation class Aaa
|
||||
|
||||
open class HasAnnotatedMethod() {
|
||||
open Aaa fun f(): Unit { }
|
||||
}
|
||||
Reference in New Issue
Block a user