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 0d068a3 commit 5d97043Copy full SHA for 5d97043
singleton/src/main/java/com/iluwatar/singleton/ThreadSafeLazyLoadedIvoryTower.java
@@ -4,6 +4,8 @@
4
* Thread-safe Singleton class.
5
* The instance is lazily initialized and thus needs synchronization
6
* mechanism.
7
+ *
8
+ * Note: if created by reflection then a singleton will not be created but multiple options in the same classloader
9
*/
10
public class ThreadSafeLazyLoadedIvoryTower {
11
0 commit comments