http://gwt-code-reviews.appspot.com/1659803/diff/1/user/src/com/google/gwt/user/cellview/client/CellBrowser.java
File user/src/com/google/gwt/user/cellview/client/CellBrowser.java
(right):

http://gwt-code-reviews.appspot.com/1659803/diff/1/user/src/com/google/gwt/user/cellview/client/CellBrowser.java#newcode69
user/src/com/google/gwt/user/cellview/client/CellBrowser.java:69: import
javax.annotation.Nullable;
On 2012/03/09 15:16:52, jlabanca wrote:
Probably not if it isn't part of the standard Java library.

@rkj - can you verify that the compiler doesn't warn/error about
Nullable, and
remove it if it does?

@Nullable is not in core Java, and is in jsr305 (IIRC).  We could add
it, but it doesn't really add a lot of value for GWT unless we also
altered the compiler to understand it.

For annotations, we only need the class files on the classpath (and in
fact the source for the jar isn't GWT-compatbile) if you want to add it.

http://gwt-code-reviews.appspot.com/1659803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to