Hi, For supporting binary-only annotations, I'm wondering why:
* JdtCompiler's findType, after checking for existing client-side types, falls back to returning any server-side/binary-only type * Then BinaryTypeReferenceRestrictionsChecker has to go back and flag any non-annotation binary references as invalid. Why have the 2nd step and, instead, have findType examine the binary-only classes before it returns then, and only return them if it's an annotation? ...is it because of the comment about references to constants being okay? (I hope not.) - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
