com.threerings.nexus.distrib.Singleton Maven / Gradle / Ivy
The newest version!
//
// Nexus Core - a framework for developing distributed applications
// http://github.com/threerings/nexus/blob/master/LICENSE
package com.threerings.nexus.distrib;
/**
* A marker interface for Nexus singleton entities. See also {@link Keyed}.
*/
public interface Singleton
{
}