Package org.kohsuke.github
Annotation Type Preview
-
@Retention(RUNTIME) @Documented public @interface Preview
Indicates that the method/class/etc marked maps to GitHub API in the preview period.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. In addition, it's advised to update the targets documentation to signify that the deprecation is required until preview feature being used is promoted to stable.
- Author:
- Kohsuke Kawaguchi