wyvern.lib.properties
Interface Singleton

All Known Implementing Classes:
NullValue, SimpleBehavior, StandardAI, StaticBag, StationaryBehavior

public interface Singleton

This tagging interface is used by GameObjects that don't want to be instantiated by the map loader or property parser. If this interface is present on the class, the getInstance() method is invoked reflectively instead.

Version:
1.0, Oct 25, 1998
Author:
Steve Yegge