Test is not an annotation type 异常
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Test is not an annotation type 异常相关的知识,希望对你有一定的参考价值。
1. 异常如下:
今天遇到了这个错,也是郁闷了。
提示Test不是一个注释类型:
2. 异常分析:
刚开始以为自己把 Test 拼写错了;
后来以为版本有问题,所以又换成低版本的。
不行!!!
后来才发现,同包下有一个自定义的类,类名为 Test。
3. 解决方案
把同包下名为Test的类改名为Demo,OK。
以上是关于Test is not an annotation type 异常的主要内容,如果未能解决你的问题,请参考以下文章
Could not instantiate bean class [java.util.List]: Specified class is an interface] with root cause(
Resource annotation is not supported on static fields
TypeError: undefined is not an object , item is from an array from an API
框架Error:java: Annotation processing is not supported for module cycles.循环依赖