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

js.annotations.Experimental Maven / Gradle / Ivy

package js.annotations;

import java.lang.annotation.*;

/**
 * Experimental. Expect behavior to change in the future.
 */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.SOURCE)
@Documented
public @interface Experimental {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy