]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/annotations/SCLValue.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.reflection / src / org / simantics / scl / reflection / annotations / SCLValue.java
old mode 100755 (executable)
new mode 100644 (file)
index fc07081..2cae7cb
@@ -1,13 +1,13 @@
-package org.simantics.scl.reflection.annotations;\r
-\r
-import java.lang.annotation.ElementType;\r
-import java.lang.annotation.Retention;\r
-import java.lang.annotation.RetentionPolicy;\r
-import java.lang.annotation.Target;\r
-\r
-@Retention(RetentionPolicy.RUNTIME)\r
-@Target({ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.METHOD})\r
-public @interface SCLValue {\r
-    public String name() default "";\r
-    public String type();\r
-}\r
+package org.simantics.scl.reflection.annotations;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+@Retention(RetentionPolicy.RUNTIME)
+@Target({ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.METHOD})
+public @interface SCLValue {
+    public String name() default "";
+    public String type();
+}