Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Syntax bug



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


Back to the top