![JAR search and dependency download from the Maven repository](/logo.png)
com.github.grignaak.collections.impl.Beta Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cow-collections Show documentation
Show all versions of cow-collections Show documentation
Copy-on-write collections for easy, thread-safe, immutability
package com.github.grignaak.collections.impl;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Entities annotated with this interface are subject to change or deletion
*
* @since 0.9.17
*/
@Retention(RetentionPolicy.SOURCE)
@Beta
public @interface Beta { }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy