Kapt3: Add Kapt runner
This commit is contained in:
committed by
Yan Zhulanow
parent
726471d98e
commit
aae80fa4ab
+12
@@ -0,0 +1,12 @@
|
||||
package test;
|
||||
|
||||
class Simple {
|
||||
@MyAnnotation
|
||||
void myMethod() {
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
|
||||
@interface MyAnnotation {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user