X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.objmap2%2Fsrc%2Forg%2Fsimantics%2Fobjmap%2Fgraph%2Fannotations%2FRelatedElements.java;h=6cbf6e11c66e0791668ab96c6c194200cf9ac09f;hb=c2bc02ab23627234920e89e364c2b4b2e7657249;hp=4ef5fb02e4857f190a96ed1e7ac9b1176371c0f6;hpb=87b3241ec277ba3d8e414b26186a032c9cdcaeed;p=simantics%2F3d.git diff --git a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElements.java b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElements.java index 4ef5fb02..6cbf6e11 100644 --- a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElements.java +++ b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElements.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * Copyright (c) 2007, 2013 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 @@ -21,7 +21,6 @@ import org.simantics.objmap.graph.annotations.meta.IsFieldRule; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) -//@HasFieldRuleFactory(RelatedElementsRuleFactory.class) @IsFieldRule public @interface RelatedElements { String value();