标签:src demo blog http ati 异常 png 技术 方案
1. 异常如下:
今天遇到了这个错,也是郁闷了。
提示Test不是一个注释类型:
2. 异常分析:
刚开始以为自己把 Test 拼写错了;
后来以为版本有问题,所以又换成低版本的。
不行!!!
后来才发现,同包下有一个自定义的类,类名为 Test。
3. 解决方案
把同包下名为Test的类改名为Demo,OK。
Test is not an annotation type 异常
标签:src demo blog http ati 异常 png 技术 方案
原文地址:http://www.cnblogs.com/BaiLaowu/p/6667018.html