Package com.azure.cosmos.util
Annotation Type Beta
@Documented
@Retention(CLASS)
@Target({TYPE,METHOD,PARAMETER,CONSTRUCTOR,FIELD})
@Inherited
public @interface Beta
Indicates functionality that is in preview and as such is subject to change in non-backwards compatible ways in future releases,
including removal, regardless of any compatibility expectations set by the containing library version.
-
Nested Class Summary
-
Optional Element Summary
-
Field Summary
-
Field Details
-
PREVIEW_SUBJECT_TO_CHANGE_WARNING
Default warning text.- See Also:
-
-
Element Details
-
warningText
String warningText- Returns:
- the warning text
- Default:
- "Preview API - subject to change in non-backwards compatible way"
-
value
Beta.SinceVersion value- Returns:
- the version number when the annotated API was first introduced to the library as in Beta
- Default:
- V4_5_0
-