io.higgs.ws.demo.Pojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of websocket Show documentation
Show all versions of websocket Show documentation
Higgs' WebSocket server and client implementation
package io.higgs.ws.demo;
/**
* Random POJO class
*
* @author Courtney Robinson
*/
public class Pojo {
public int d = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy