X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.objmap2%2Fsrc%2Forg%2Fsimantics%2Fobjmap%2Fgraph%2Fannotations%2FRelatedValue.java;h=8f61c2f15c8ded79f1add40b2a8d19523277a0a3;hb=d08b28566d477295d9f14023f36de9f7406cdb5d;hp=e8148c49d4e163824b3a11024c4ec0c4d1e0993d;hpb=87b3241ec277ba3d8e414b26186a032c9cdcaeed;p=simantics%2F3d.git diff --git a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedValue.java b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedValue.java index e8148c49..8f61c2f1 100644 --- a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedValue.java +++ b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedValue.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 @@ -29,7 +29,6 @@ import org.simantics.objmap.graph.rules.adapters.ValueAdapter; */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) -//@HasFieldRuleFactory(RelatedValueRuleFactory.class) @IsFieldRule public @interface RelatedValue { String value();