X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.objmap2%2Fsrc%2Forg%2Fsimantics%2Fobjmap%2Fgraph%2Fannotations%2FGetType.java;h=97542a33934f34199d1014855801a461d39be6e4;hb=d08b28566d477295d9f14023f36de9f7406cdb5d;hp=bd18ca19cc256c90056e202b3b8e3cf42ae377cd;hpb=289aaab900078ef56efc8779e4b15830e472149e;p=simantics%2F3d.git diff --git a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/GetType.java b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/GetType.java index bd18ca19..97542a33 100644 --- a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/GetType.java +++ b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/GetType.java @@ -20,7 +20,6 @@ import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) -//@HasGetSetRuleFactory(RelatedGetSetValueRuleFactory.class) public @interface GetType { String value(); }