2004.04.29


com.jdc.util
Interface Singleton


public interface Singleton

Singleton is a marker interface that, when implemented, identifies a class as a singleton.    A singleton is defined as a class having a single instance per Java Virtual Machine (JVM).

The Singleton interface has no methods or fields and serves only to identify the implementing class as a singleton.    It is the responsibility of the class developer to ensure that the class is properly implemented as a singleton.

Reference:
When is a Singleton not a Singleton?

Version:
1.0
Author:
J. Damon & Co.
See Also:
Refresh


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.