http://gwt-code-reviews.appspot.com/1352805/diff/1/3 File dev/core/src/com/google/gwt/dev/javac/typemodel/Annotations.java (right):
http://gwt-code-reviews.appspot.com/1352805/diff/1/3#newcode110 dev/core/src/com/google/gwt/dev/javac/typemodel/Annotations.java:110: Collections.sort(values, ANNOTATION_COMPARATOR); The incoming order is based on a plain HashMap, so the order already doesn't match source order. I don't think there's any expectation that the list here should match source order, it really doesn't matter. http://gwt-code-reviews.appspot.com/1352805/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
