]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElementsGet.java
Use unique names at the model scope instead of pipe run
[simantics/3d.git] / org.simantics.objmap2 / src / org / simantics / objmap / graph / annotations / RelatedElementsGet.java
index 135fadc5d189f49427ed429c718d37c421c3ca37..46b1f0355ecb2da91a2b7e114b960bb0a161a421 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
@@ -12,7 +23,6 @@ import org.simantics.objmap.graph.annotations.meta.IsCollectionRule;
 \r
 @Retention(RetentionPolicy.RUNTIME)\r
 @Target(ElementType.METHOD)\r
-//@HasCollectionRuleFactory(RelatedElementsRuleFactory2.class)\r
 @IsCollectionRule\r
 @HasCollectionAdder(RelatedElementsAdd.class)\r
 @HasCollectionRemover(RelatedElementsRem.class)\r