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

dev.marksman.collectionviews.Immutable Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package dev.marksman.collectionviews;

/**
 * A marker interface for immutability.
 * If a class subtypes this interface, it is indicating that the resource that any instance of that class protects
 * is 100% safe from mutation anywhere in the system.
 */
@SuppressWarnings("WeakerAccess")
public interface Immutable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy