com.simplaex.bedrock.Unstable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bedrock Show documentation
Show all versions of bedrock Show documentation
Essential utilities for modern Java.
package com.simplaex.bedrock;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Marks an API that is not considered stable (yet).
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface Unstable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy