Anonymous - 2017-04-05

I just started using the latest version WhiteStar UML - 5.8.6.0 for Java 1.5 code generation.
When I defined the constructor that adding the stereotype of create, it generates the methods with void.

For example:
<<create>>+Test()

= Java 1.5 generated code =>

public void Test();