开发者

Problem with annotation after converting from MyEclipse to NetBeans

开发者 https://www.devze.com 2023-02-19 21:18 出处:网络
I have tried to convert an MyEclipse project to a NetBeans project. I have implemented some custom annotations i开发者_JS百科n my project. The annotation processing is enabled and other annotations h

I have tried to convert an MyEclipse project to a NetBeans project.

I have implemented some custom annotations i开发者_JS百科n my project. The annotation processing is enabled and other annotations have no problem.

But when I build my project, it says:

BankBeanInterface.java:16: illegal start of expression
                @ExtraParameter(...

The project is OK when I build it with MyEclipse, but NetBeans throws the exception.

What should I do?

I'm using NetBeans 7.1.

0

精彩评论

暂无评论...
验证码 换一张
取 消