]> source.dussan.org Git - vaadin-framework.git/commit
Remove @ClientWidget for Root
authorLeif Åstrand <leif@vaadin.com>
Thu, 22 Dec 2011 10:53:55 +0000 (12:53 +0200)
committerLeif Åstrand <leif@vaadin.com>
Thu, 22 Dec 2011 10:54:07 +0000 (12:54 +0200)
commit781f3e355718fdfd9fdb5fd2f1d8a9b3eb216483
tree8418ffde5d831b16b22710c28c5b6cb1e57bed81
parentf544df0b2c65ab0118da5be3ab1c7d59cb5975ff
Remove @ClientWidget for Root

The annotation causes problems when reading other annotations in
application servers with too eager classloaders. The annotation is also
useless as the client side widget for Root is hardcoded in the
widgetset.
src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java
src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java
src/com/vaadin/terminal/gwt/widgetsetutils/WidgetMapGenerator.java
src/com/vaadin/ui/Root.java