I'm trying to setup just a basic ClientBundle with on ImageResource as
per the Dev Guide:
http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#ClientBundleExamples
public interface Icons extends ClientBundle {
public static final Icons INSTANCE = GWT.create(Icons.class);
@Source("icons/PNG-48/Loading.png")
public ImageResource loading;
}
But I'm getting this error: "The annotation @ClientBundle.Source is
disallowed for this location" I searched online and got 0 results for
that error on google. What does it mean and how do I fix it?
Thanks in advance!
John
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.