![JAR search and dependency download from the Maven repository](/logo.png)
com.bytex.snamp.configuration.impl.SerializableSet Maven / Gradle / Ivy
package com.bytex.snamp.configuration.impl;
import java.io.Serializable;
import java.util.Set;
/**
* @author Roman Sakno
* @version 2.0
* @since 2.0
*/
interface SerializableSet extends Set, Serializable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy