summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/annotations
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-12-22 09:41:03 +0200
committerLeif Åstrand <leif@vaadin.com>2011-12-22 09:41:03 +0200
commit12dab0adac3c05dc477522b1024108faf490453b (patch)
tree5d3c650752df9f8de472e488f60c40022f78b088 /src/com/vaadin/annotations
parentd749cbd51b0d4bfe4cc38878270460018872f159 (diff)
downloadvaadin-framework-12dab0adac3c05dc477522b1024108faf490453b.tar.gz
vaadin-framework-12dab0adac3c05dc477522b1024108faf490453b.zip
Rename @RootWidgetset -> @Widgetset
Diffstat (limited to 'src/com/vaadin/annotations')
-rw-r--r--src/com/vaadin/annotations/Widgetset.java (renamed from src/com/vaadin/annotations/RootWidgetset.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/annotations/RootWidgetset.java b/src/com/vaadin/annotations/Widgetset.java
index d8482406c8..99113f73f9 100644
--- a/src/com/vaadin/annotations/RootWidgetset.java
+++ b/src/com/vaadin/annotations/Widgetset.java
@@ -16,7 +16,7 @@ import com.vaadin.ui.Root;
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
-public @interface RootWidgetset {
+public @interface Widgetset {
/**
* @return name of the widgetset
*/