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

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