|
Re: Code Generation [message #1787887 is a reply to message #1787613] |
Wed, 30 May 2018 10:32  |
Eclipse User |
|
|
|
Hi. Well, not exactly. If you apply the CapsuleProperties stereotype to a Capsule, you can control whether to generate a header and or an implementation, so if you set both generateHeader and generateImplementation to false, code will not be generated for the capsule. Passive classes can be controlled in a similar way with the PassiveClassProperties stereotype, but you get more fine grained control, on whether to generate constructors, destructors, assignment operators, extraction and insertion operations, etc. There is no way to control whether a whole package would be generated or not.
|
|
|
Powered by
FUDForum. Page generated in 0.03549 seconds