]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/src/org/simantics/databoard/annotations/Name.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / annotations / Name.java
index 5acadb54edb8f8bb81574084afb1095fbd142429..3b906b258b3a6cdcca6bacbf46e6ff485b27111d 100644 (file)
@@ -1,26 +1,26 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2011 Association for Decentralized Information Management in\r
- * Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.databoard.annotations;\r
-\r
-import java.lang.annotation.Retention;\r
-import java.lang.annotation.RetentionPolicy;\r
-\r
-/**\r
- * Name annotation is used to annotate fields and classes to indicate the \r
- * name in the Datatype.\r
- * \r
- * @author toni.kalajainen\r
- */\r
-@Retention(RetentionPolicy.RUNTIME)\r
-public @interface Name {\r
-    String value();\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2011 Association for Decentralized Information Management in
+ * Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.databoard.annotations;
+
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+
+/**
+ * Name annotation is used to annotate fields and classes to indicate the 
+ * name in the Datatype.
+ * 
+ * @author toni.kalajainen
+ */
+@Retention(RetentionPolicy.RUNTIME)
+public @interface Name {
+    String value();
+}