[
https://issues.apache.org/jira/browse/BVAL-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883667#action_12883667
]
Donald Woods commented on BVAL-70:
----------------------------------
OK, this also bombs with the latest 1.5.0_24 on MacOSX 10.5 and I found several
references to the fact that @Override cannot be used on methods from Interface
classes in 1.5.0, but it supported in 1.6.
So, I'm going to comment out the offending @Override usage, so the builds will
run again with 1.5.0.
> Remove @Override annotations from methods implementing interfaces
> -----------------------------------------------------------------
>
> Key: BVAL-70
> URL: https://issues.apache.org/jira/browse/BVAL-70
> Project: BeanValidation
> Issue Type: Improvement
> Components: jsr303
> Affects Versions: 0.2-incubating
> Reporter: Matt Benson
> Assignee: Donald Woods
> Priority: Trivial
> Attachments: overrides.patch.txt
>
>
> The source level of the bval project as a whole is set at 1.5. The best I've
> been able to determine, 1.6 permits these annotations but 1.5 does not. In
> particular, Eclipse complains about these, but again, my research seems to
> bear it out.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.