Basic annotation collector tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
a javax.inject.Named 0
|
||||
p org.test 0
|
||||
c 0 0/SomeClass
|
||||
c 0 0/SomeObject
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
package org.test
|
||||
|
||||
import javax.inject.*
|
||||
|
||||
Named("KotlinClass")
|
||||
public class SomeClass
|
||||
|
||||
Named("KotlinObject")
|
||||
public object SomeObject
|
||||
Reference in New Issue
Block a user