Hi there,I just haven't figured out how to access public (static) members of a class within a MWE2 workflow. It might be a little bit off-topic, because it has nothing to do with Xtend in general, but I haven't found a better way to post the question. And the problem also appears within one of my Xtend projects.Is it possible to access public members of a class within MWE2? I'm thinking of something likeoutlet = {name = myconstants.ConstantClass.OUTLET_PATHpath = "test"}or something likevar myconstants.ConstantClass constants = myconstants.ConstantClass {}...outlet = {name = constants.OUTLET_PATHpath = "test"}I've tried it with the ".", "::" and also with the "${}" annotation, but didn't get it working.Many thanks for your help.Markus