I came across a case where I wanted to create a new Gimpy object but was unable to do so because the constructor is package private. I'd like to request that the constructor be made public. To work around the issue I had to copy the Gimpy class and make the constructor public.
The Gimpy class has to be created by the GimpyFactory only