Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'classpath/ikvm/lang/Property.java')
-rw-r--r--classpath/ikvm/lang/Property.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/classpath/ikvm/lang/Property.java b/classpath/ikvm/lang/Property.java
deleted file mode 100644
index f8504212..00000000
--- a/classpath/ikvm/lang/Property.java
+++ /dev/null
@@ -1,12 +0,0 @@
-package ikvm.lang;
-
-import java.lang.annotation.*;
-
-@Documented
-@Retention(RetentionPolicy.CLASS)
-@Target({ ElementType.FIELD })
-public @interface Property
-{
- String get();
- String set() default "";
-}