I am trying to use the evidence in a GWT project without success (a hash multimap, to be accurate). I get a never-ending list of stacks for classes:
- com.google.common.collect.ComparisonChain
- com.google.commoncol.forwardingSortedSetMultimap
- com.google.common.collect.Ordering
- ...
Each stack trace is with the following lines:
- Line xx: Import javax.annotation can not be solved
- Line xx: can not be solved for a type of Nullable
- Line xx: Nullable is a type Can not be solved
- Line xx: Not a sort of tapable solution
- ...
By looking at the code, each file that throws an error includes:
import Javax.annotation.Nullable;
And, in general, using each of the described classes @rotally annotated, looking at src-r07.jar. / P>
I am using JDK6 and looking at JDK6 Javadock and ... well, I can not find any such comment. Do I have these libraries working with GWT Project and JDK6 Can i get to
PS - Which version of Java are you using?
We ... are looking for 'I think it is JSR 305'
It should be better to see: where I see irrelevant annotations
Comments
Post a Comment