
com.aerospike.dsl.annotation.Beta Maven / Gradle / Ivy
The newest version!
package com.aerospike.dsl.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Marks public API as potentially volatile, i.e. it may be a subject of incompatible changes in future releases.
*/
@Retention(RetentionPolicy.SOURCE)
@Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD})
@Documented
public @interface Beta {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy