Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 1.0.0
-
Fix Version/s: 1.1.0
-
Component/s: DSL for Services
-
Labels:None
-
Number of attachments :
Description
If the special methods become subtypes of SpecialMethod in the ServiceDsl meta model, it will solve two issues:
- They can be handled as keywords -> colored purple
- The Javadoc will be added to the generated code. Now its missing because the enum's aren't a ModelElement and so dont have a the description element.
Special mehods do not need a custom description. The generator should provide a more fixed description.