关于appfuseStruts2.0.1中AnnotationUtils.findAnnotation(User.class, Table.class) 报错问题

  I create a new project with appfuse-basic-struts. and after i executed mvn appfuse:full-source mvn clean mvn eclipse:eclipse and import the project into my eclipse, there is an compile error in line85 of class UserDaoHibernate: Table table = AnnotationUtils.findAnnotation(User.class, Table.class); the error message is : The method findAnnotation(Method, Class ) in the type AnnotationUtils is not applicable for the arguments (Class , Class

你可能感兴趣的:(eclipse,table,Class,import,Appfuse)