How do I make the Inner Class uninstantiable?
- by kunjaan
I want a static inner class that can't be instantiated even by the external class. Right now I just have a documentation that says "Please don't instantiate this object". Can I give a better signal?