Added book reference to singleton enum implementation.
This commit is contained in:
parent
b73429cd95
commit
baf177a81e
@ -3,9 +3,11 @@ package com.iluwatar;
|
||||
/**
|
||||
*
|
||||
* Enum Singleton class.
|
||||
* Effective Java 2nd Edition (Joshua Bloch) p. 18
|
||||
*
|
||||
*/
|
||||
public enum EnumIvoryTower {
|
||||
|
||||
INSTANCE;
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user