I'm trying to extend the Spring Initializr but I cannot instantiate the TextCapability class since its constructors are package protected.
Is there a reason for such protection, specifically when other XXXCapability classes have their constructor public ?