X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.objmap2%2Fsrc%2Forg%2Fsimantics%2Fobjmap%2Fgraph%2Fannotations%2FRelatedElement.java;h=36c74aa3dff6baab900b8bfce1228479143a5b0c;hb=def2c5c9bd1598baa121105cd2610e9e823a6bc7;hp=554d9a8ac18e80552f00e5c01ce772231cd5c8b4;hpb=87b3241ec277ba3d8e414b26186a032c9cdcaeed;p=simantics%2F3d.git diff --git a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElement.java b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElement.java index 554d9a8a..36c74aa3 100644 --- a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElement.java +++ b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElement.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 @@ -20,7 +20,6 @@ import org.simantics.objmap.graph.annotations.meta.IsFieldRule; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) -//HasFieldRuleFactory(RelatedElementRuleFactory.class) @IsFieldRule public @interface RelatedElement { String value();