A late answer (I just had the problem myself):
To get rid of the warning, you have to make sure that the classpath for
running com.google.gwt.dev.Compiler also contains
the compiled annotations (corresponding .class file)
Am Mittwoch, 1. Juni 2011 21:32:56 UTC+2 schrieb randasin:
>
> I have one annotation and one object.
>
> com.example.model.shared.MyAnnotation
> com.example.model.shared.MyObject
>
> MyObject is declared with MyAnnotation:
>
> @MyAnnotation
> public class MyObject {
> ...
> }
>
> When I compile, I am getting this warning
>
> [java] Resolving com.example.model.shared.MyObject
> [java] Found type 'com.example.model.shared.MyObject'
> [java] [WARN] Ignoring unresolvable annotation type
> com.example.model.shared.MyAnnotation
>
> The compilation still succeeded, but I wonder what side effects are
> there? How do I resolve this warning?
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.