]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/SetType.java
OrderedSet support (graph mappings)
[simantics/3d.git] / org.simantics.objmap2 / src / org / simantics / objmap / graph / annotations / SetType.java
index 28ff9c17d6175550d55fc2bf28a2849be36cb989..c3f8b4d850a87f80b619e9495c21994acc6538e7 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 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.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
@@ -9,7 +20,6 @@ import java.lang.annotation.Target;
 \r
 @Retention(RetentionPolicy.RUNTIME)\r
 @Target(ElementType.METHOD)\r
-//@HasGetSetRuleFactory(RelatedGetSetValueRuleFactory.class)\r
 public @interface SetType {\r
        String value();\r
 }\r