【随手记录】error Type referred to is not an annotation type: xxx
自定义注解编译时候报错:
Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: error Type referred to is not an annotation type: xxx
可以确认:
1、确认注解名称是否正确
2、确定注解包名是否正确
自定义注解编译时候报错:
Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: error Type referred to is not an annotation type: xxx
可以确认:
1、确认注解名称是否正确
2、确定注解包名是否正确