Added book reference to singleton enum implementation.

This commit is contained in:
Ilkka Seppala 2014-11-26 22:41:44 +02:00
parent b73429cd95
commit baf177a81e

View File

@ -3,9 +3,11 @@ package com.iluwatar;
/**
*
* Enum Singleton class.
* Effective Java 2nd Edition (Joshua Bloch) p. 18
*
*/
public enum EnumIvoryTower {
INSTANCE;
@Override