Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0
-
Component/s: DSL for Business Domain
-
Labels:None
-
Number of attachments :
Description
/**
- Minimal constructor for OrderLine
- @param lineNumber (integer)
- @param description (string)
- @param lineAmount (decimal)
*/
The Mod4j types should be mapped to Java types
/**
- Minimal constructor for OrderLine
- @param lineNumber (int)
- @param description (String)
- @param lineAmount (float)
*/
Done