Hi. The interface in the sample UML project in the previous post generates the following interface when I forward engineer:
public interface MyInterface {
public void doSomething(){}}
This won’t compile as the method has a body. I expected:
public interface MyInterface {
public void doSomething()}
I am using ME 6.0.0 M1.
Is it me or ME doing something wrong?
Thanks!