pankajrai
04/23/2018, 12:02 PMandyb
04/23/2018, 12:08 PMpetersommerhoff
04/23/2018, 12:46 PMandyb
04/23/2018, 12:49 PMItem 3: Enforce the singleton property with a private constructor or an enum type
from Joshua Bloch's Effective Java book. It makes it impossible for the developer to f***-up the definition of a Singletonpetersommerhoff
04/23/2018, 12:51 PMandyb
04/23/2018, 12:52 PMpetersommerhoff
04/23/2018, 1:08 PM