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

com.sio.EventProperties Maven / Gradle / Ivy

package com.sio;

public class EventProperties extends SafeProperties {

	private static final long serialVersionUID = -946938748259365871L;

	public EventProperties(Object... kvs) {
		super(kvs);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy