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.