summaryrefslogtreecommitdiffstats
path: root/YamlAnnotations/src/me/snowleo/yaml/YamlComment.java
diff options
context:
space:
mode:
Diffstat (limited to 'YamlAnnotations/src/me/snowleo/yaml/YamlComment.java')
-rw-r--r--YamlAnnotations/src/me/snowleo/yaml/YamlComment.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/YamlAnnotations/src/me/snowleo/yaml/YamlComment.java b/YamlAnnotations/src/me/snowleo/yaml/YamlComment.java
deleted file mode 100644
index 5e8ba04e4..000000000
--- a/YamlAnnotations/src/me/snowleo/yaml/YamlComment.java
+++ /dev/null
@@ -1,12 +0,0 @@
-package me.snowleo.yaml;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Target;
-
-
-@Target(ElementType.FIELD)
-public @interface YamlComment
-{
- String[] comment() default "";
-}
-