-
Story
-
Resolution: Done
-
Major
-
2.3.0.Final
-
None
Like we have MapInProperties, SetInProperties would store a Set<String> in vertex properties.
@SetInProperties(prefix="tag")
addTag( String tag );
@SetInProperties(prefix="tag")
getTags();
- is caused by
-
WINDUP-679 Tags are ignored in hints and classifications
- Dev Complete