org.jslipc.JslipcRole Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jslipc Show documentation
Show all versions of jslipc Show documentation
Java Socket-Less Inter-Process Communication API
package org.jslipc;
/**
* Defines the roles {@link #Yang} and {@link #Yin}
*/
public enum JslipcRole {
Yin, Yang;
}