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

com.simplaex.bedrock.Unstable Maven / Gradle / Ivy

There is a newer version: 2020.02.27
Show newest version
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