How do I make the Inner Class uninstantiable?
Posted
by kunjaan
on Stack Overflow
See other posts from Stack Overflow
or by kunjaan
Published on 2010-05-02T02:04:35Z
Indexed on
2010/05/02
2:07 UTC
Read the original article
Hit count: 358
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?
© Stack Overflow or respective owner