Closed 1hiking closed 3 years ago
Great program, it would be nice if this plugin generated Constructors, for example the following code:
class Example { public int x; Example(int x) { this.x = x; } }
Becomes:
class Empresa.Example { + int x }
When it could be for example:
class Empresa.Example { + int x + <<Create>> Example(x: int) }
Also see: https://www.omg.org/spec/UML/2.5.1/PDF page 240/198
Great program, it would be nice if this plugin generated Constructors, for example the following code:
Becomes:
When it could be for example:
Also see: https://www.omg.org/spec/UML/2.5.1/PDF page 240/198