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();
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
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();