I'm building with version 1.3 of the maven-aspectj-plugin using aspectj version 1.6.7. I receive the error:
Demo.aj:9:0::0 Syntax error on token ")", "(" expected
===========For the aspect defined as:
public aspect Demo
{
pointcut justStupid(): call(String String.toString);
}
==========================================
Please help
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
