@Documented @Retention(value=CLASS) @Target(value={TYPE,METHOD,PARAMETER,CONSTRUCTOR,FIELD}) @Inherited public @interface Beta
Modifier and Type | Fields and Description |
---|---|
static String |
PREVIEW_SUBJECT_TO_CHANGE_WARNING |
Modifier and Type | Optional Element and Description |
---|---|
Beta.SinceVersion |
value |
String |
warningText |
public static final String PREVIEW_SUBJECT_TO_CHANGE_WARNING
public abstract String warningText
public abstract Beta.SinceVersion value
Copyright © 2021 Microsoft Corporation. All rights reserved.