I would like to use the javax.annotation.Nullable
annotation in my GWT project. I would like to know which module has to be inherited into my gwt.xml file inorder to use that annotation. The google guava jar internally uses the Nullable annotation and If I use that Jar in my project it is able to compile. Please help me what package has to be inherited inorder to use the javax.annotation.Nullable
annotation?
I have been searching on net for long time, but still unable to figure out which package has to be inherited.
Any suggestions would be appretiated.