class Singleton { object theField; // ... } static singleton = new Singleton();