Annotation Interface Experimental
@Documented
@Retention(SOURCE)
@Target({METHOD,PARAMETER,FIELD,PACKAGE,TYPE,ANNOTATION_TYPE,CONSTRUCTOR})
public @interface Experimental
A common annotation to declare that annotated elements is Experimental
that can change at any time, and has no guarantee of API stability and
backward-compatibility. If users want stabilization or signature change of a specific API that
is currently annotated
@Experimental, please comment on its tracking issue on GitHub
with rationale, use-cases, and so forth, so that may prioritize the process toward
stabilization of the API.- 从以下版本开始:
- 4.0
- 作者:
- TODAY 2021/9/28 11:24
-
可选元素概要
可选元素
-
元素详细资料
-
value
String valuedescription- 默认值:
- ""
-