![JAR search and dependency download from the Maven repository](/logo.png)
io.hyperfoil.util.Immutable Maven / Gradle / Ivy
package io.hyperfoil.util;
/**
* Marker interface for objects that are immutable and therefore safe to publish without copy.
*/
public interface Immutable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy