Community
Participate
Working Groups
Created attachment 168211 [details] Patch The classes present in the "javax.annotation" bundle are not visible to regular Eclipse plugin. Comparing to "javax.inject" bundle, the following classpath entry is different: working ("javax.inject"): <classpathentry exported="true" kind="lib" path="" sourcepath="source-bundle"/> non-working ("javax.annotations"): <classpathentry kind="lib" path=""/> I am not an expert in the ".classpath" file, but changing the entry to the "javax.inject"-style seems to fix the problem.
Released.