Example:
<meta name='gwt:module' content='imageviewer.ImageViewer'>
content must point to the GWT module, not a class, a common user mistake is to specify a class instead, like:
<meta name='gwt:module' content='imageviewer.client.ImageViewer'>
Such incorrect references must be reported by IDEA.