kapt: Add inherited annotations test
This commit is contained in:
+2
@@ -1,6 +1,8 @@
|
||||
package example
|
||||
|
||||
import java.lang.annotation.ElementType
|
||||
import java.lang.annotation.Inherited
|
||||
import java.lang.annotation.Target
|
||||
|
||||
@Inherited
|
||||
annotation public class ExampleAnnotation
|
||||
Reference in New Issue
Block a user