aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/CustomComponent.java
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2010-06-04 13:22:00 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2010-06-04 13:22:00 +0000
commitc64015c8904ab7f66521887db874ac798c49e42b (patch)
treea3ea1c4136831bebe5a78e68e90164d698c63dc4 /src/com/vaadin/ui/CustomComponent.java
parent2752d636743b1091b6c52baf26d39ce5c7d50964 (diff)
downloadvaadin-framework-c64015c8904ab7f66521887db874ac798c49e42b.tar.gz
vaadin-framework-c64015c8904ab7f66521887db874ac798c49e42b.zip
initial implementation of code splitting #4408
svn changeset:13561/svn branch:6.4
Diffstat (limited to 'src/com/vaadin/ui/CustomComponent.java')
-rw-r--r--src/com/vaadin/ui/CustomComponent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/CustomComponent.java b/src/com/vaadin/ui/CustomComponent.java
index 661c72b951..46e92384f8 100644
--- a/src/com/vaadin/ui/CustomComponent.java
+++ b/src/com/vaadin/ui/CustomComponent.java
@@ -26,7 +26,7 @@ import com.vaadin.terminal.gwt.client.ui.VCustomComponent;
* @since 3.0
*/
@SuppressWarnings("serial")
-@ClientWidget(VCustomComponent.class)
+@ClientWidget(value = VCustomComponent.class, lazyLoad = false)
public class CustomComponent extends AbstractComponentContainer {
/**