This repository was archived by the owner on Jan 28, 2025. It is now read-only.
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
SingletonClass::getInstance with SingletonClass.INSTANCE #35
this would allow
SingletonClass.INSTANCE.foo()instead ofSingletonClass.getInstance().foo().