io.higgs.examples.websocketServer.Pojo Maven / Gradle / Ivy
package io.higgs.examples.websocketServer;
/**
* Random POJO class
*
* @author Courtney Robinson
*/
public class Pojo {
public int d = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy