Skip to content

Instantly share code, notes, and snippets.

View md5555's full-sized avatar

Milosz W. Derezynski md5555

View GitHub Profile
@md5555
md5555 / gist:9406266
Created March 7, 2014 06:20
Hidden Singleton (Java)
Hello Everyone,
Today a small tip from me, an extension of the singleton pattern that I call hidden singleton.
We all know the singleton:
public static class MySingleton {
private static MySingleton mInstance;