Problem with annotation after converting from MyEclipse to NetBeans
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.
精彩评论