summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/fieldgroup/PropertyId.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/data/fieldgroup/PropertyId.java')
-rw-r--r--src/com/vaadin/data/fieldgroup/PropertyId.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/com/vaadin/data/fieldgroup/PropertyId.java b/src/com/vaadin/data/fieldgroup/PropertyId.java
deleted file mode 100644
index 268047401d..0000000000
--- a/src/com/vaadin/data/fieldgroup/PropertyId.java
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
-@VaadinApache2LicenseForJavaFiles@
- */
-package com.vaadin.data.fieldgroup;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-
-@Target({ ElementType.FIELD })
-@Retention(RetentionPolicy.RUNTIME)
-public @interface PropertyId {
- String value();
-}