X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.simantics.objmap2%2Fsrc%2Forg%2Fsimantics%2Fobjmap%2Fgraph%2Fannotations%2FCompoundRelatedGetValue.java;h=f20199efed8c382e68400b44e6b8b3913877f607;hb=d08b28566d477295d9f14023f36de9f7406cdb5d;hp=039fe7e5fabd400edd22ce5846517641a0b450f9;hpb=289aaab900078ef56efc8779e4b15830e472149e;p=simantics%2F3d.git diff --git a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/CompoundRelatedGetValue.java b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/CompoundRelatedGetValue.java index 039fe7e5..f20199ef 100644 --- a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/CompoundRelatedGetValue.java +++ b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/CompoundRelatedGetValue.java @@ -17,9 +17,6 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import org.simantics.objmap.graph.annotations.meta.IsGetSetRule; -import org.simantics.objmap.graph.rules.adapters.IdentityAdapter; -import org.simantics.objmap.graph.rules.adapters.ValueAdapter; - @Retention(RetentionPolicy.RUNTIME) @@ -30,5 +27,4 @@ public @interface CompoundRelatedGetValue { String objRelation(); String objType(); String valRelation(); -// Class adapter() default IdentityAdapter.class; }