Default Factory Constructor
You can have a "default" (unnamed) factory constructor along with other named factory constructors.
For example :
In this example, two case-modddels will be generated : DefaultUser
for the "default" factory constructor (A), and Moderator
for the other factory constructor (B).