-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add ability to define unnamed constructor.
An easy way is to provide an annotation like @UnNamed() or to reserve a method name like noNamed for this purpose.
Another way is to use constructors on manifest class to denote no named constructor.
Complexities arise when implementing match methods. But we do not need cast methods for in named constructor as it means that we do not need unnamed sub class entirely.
Special thanks to @iamarnas for his recommendations.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request