summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-05-06 09:06:52 +0300
committerHenri Sara <hesara@vaadin.com>2016-05-06 09:06:52 +0300
commit2e6c40a37473294af6d8b1a201ac9e72e78d6b83 (patch)
tree938066ee1d909403389fcfcdd6d5a50377aea42f /server
parent08bdb4829aed95d3a09819f1eb367fc9d5e8b966 (diff)
downloadvaadin-framework-2e6c40a37473294af6d8b1a201ac9e72e78d6b83.tar.gz
vaadin-framework-2e6c40a37473294af6d8b1a201ac9e72e78d6b83.zip
Add @since for DesignContext
Change-Id: I92fbe5ed5bc8e770b6289b4cfae725f837b8eaef
Diffstat (limited to 'server')
-rw-r--r--server/src/main/java/com/vaadin/ui/declarative/DesignContext.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/main/java/com/vaadin/ui/declarative/DesignContext.java b/server/src/main/java/com/vaadin/ui/declarative/DesignContext.java
index b50719395e..82f1450adc 100644
--- a/server/src/main/java/com/vaadin/ui/declarative/DesignContext.java
+++ b/server/src/main/java/com/vaadin/ui/declarative/DesignContext.java
@@ -796,7 +796,7 @@ public class DesignContext implements Serializable {
/**
* Gets the attributes that the component did not handle
*
- * @since
+ * @since 7.7
* @param component
* the component to get the attributes for
* @return map of the attributes which were not recognized by the component
@@ -809,7 +809,7 @@ public class DesignContext implements Serializable {
* Sets a custom attribute not handled by the component. These attributes
* are directly written to the component tag.
*
- * @since
+ * @since 7.7
* @param component
* the component to set the attribute for
* @param attribute