4 lines
270 B
INI
4 lines
270 B
INI
module.name = Tweed 5 Construct
|
|
module.description = Provides a generic factory system for creating instances of subclasses with predefined constructor arguments. \
|
|
This solves Java's lack of constructor inheritance by enabling flexible object instantiation patterns.
|