Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8960ef6 commit dddfb52Copy full SHA for dddfb52
singleton/src/main/java/com/iluwatar/singleton/EnumIvoryTower.java
@@ -24,6 +24,9 @@
24
25
/**
26
* Enum based singleton implementation. Effective Java 2nd Edition (Joshua Bloch) p. 18
27
+ *
28
+ * This implementation is thread safe, however adding any other method and its thread safety
29
+ * is developers responsibility.
30
*/
31
public enum EnumIvoryTower {
32
0 commit comments