When I try to compile with 2.6.0-rc1, it complains about all of my
package-info.java files.  The files look like

// Annotating the package declaration makes non-null the default for all
// fields, methods, and parameters in all classes :
@DefaultAnnotation(NonNull.class)
package com.termalabs.ac.client;

import edu.umd.cs.findbugs.annotations.DefaultAnnotation;
import edu.umd.cs.findbugs.annotations.NonNull;

and the complaint is:
     [ERROR] Errors in
'file:/home/mhirsch/Workspace/jaws-trunk/product/console/src/com/termalabs/ac/client/detail/job/package-info.java'
         [ERROR] Line 9: NonNull cannot be resolved to a type
         [ERROR] Line 9: Class<NonNull> cannot be resolved to a type

The only change is in depending on gwt-2.6.0-rc1 instead of 2.5.1.

Anyone have any bright ideas about this?

Thanks,

Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to