Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Compilation warnings in eclipse

Hi,
The below line generates a build error in eclipse. We use jdk7 ( yeah I know it is old but we are working on stepping up) and aspectjrt 1.7.4 and aspectjtools with same version.  

Eclipse says:

Multiple markers at this line
    - This method requires a body instead of a
     semicolon
    - pointcut cannot be resolved to a type

on this line:
pointcut beta():@annotation(com.google.common.annotations.Beta);

Do I lack something in Eclipse?

br,

//mike
 
   

 

 


Back to the top