Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] Use of org.eclipse.jdt.annotation in Papyrus

Hi, Team,

I updated to Luna M7 today, and am now bitten by the problem in JDT's Java 8 support [1] that produces invalid compilation errors on usage of the @Nullable and @NonNull annotations from the org.eclipse.jdt.annotation package in projects configured for compliance level less than 1.8.

We have instances of these annotations in the org.eclipse.papyrus.uml.search.ui project.

I thought I had understood that Papyrus doesn't use these annotations.  Has that policy changed?  Or was it not a policy, and I was mistaken?

Thanks,

Christian

[1] http://bugs.eclipse.org/bugs/show_bug.cgi?id=426582

Back to the top