kapt: Add inherited annotations test

This commit is contained in:
Yan Zhulanow
2015-06-23 20:15:45 +03:00
parent cf08390e04
commit c6ac878cf0
4 changed files with 69 additions and 0 deletions
@@ -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