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

com.artemis.annotations.UnstableApi Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.artemis.annotations;

import java.lang.annotation.*;

/**
 * Classes marked with this annotation may undergo extensive refactoring between
 * releases.
 */
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
@Documented
public @interface UnstableApi {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy