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

org.kohsuke.github.BetaApi Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha-2
Show newest version
package org.kohsuke.github;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Indicates that the method/class/etc marked is a beta implementation of an sdk feature.
 * 

* These APIs are subject to change and not a part of the backward compatibility commitment. Always used in conjunction * with 'deprecated' to raise awareness to clients. *

* */ @Retention(RetentionPolicy.RUNTIME) @Documented public @interface BetaApi { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy