Package io.microsphere.annotation
Annotation Type Experimental
-
@Retention(SOURCE) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE}) @Documented public @interface Experimental
The marker annotation indicates a feature is experimental, it could be changed or even be removed in the future.- Since:
- 1.0.0
- Author:
- Mercy
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
description
The description of the experimental feature
-