You can post Xcore questions on the EMF newsgroup, as you've already
done, and where I've answered it already.
On 15/08/2013 5:03 PM, Martin Jacob wrote:
> Hi,
>
> how do I specify a synchronized(mutex) { .... } section using xcore?
>
> When I use it as usual in Java I get these error message:
>
> Couldn't resolve reference to JvmIdentifiableElement 'synchronized'.
>
> Any Idea how to solve the issue?
>
>
> Martin