All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy