Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ and @Override annotation

Hello community,

I have a project that has @Override annotations over methods that are being implemented (as oposed to overriden) which is acceptable by Javac.

Is there any known incompatibility with AspectJ and @Override annotations for implementing methods? I'm getting some errors on this on my ported project.

Thanks for any help,
Rodrigo


Back to the top