Package io.microsphere.annotation
Annotation Type Since
-
@Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,ANNOTATION_TYPE,PACKAGE,TYPE_PARAMETER,TYPE_USE}) @Documented public @interface Since
The annotation that indicates the API is introduced in the first time.- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
Version
,Experimental
-
-
Element Detail
-
value
java.lang.String value
- Returns:
- The version value of the API, e.g.
1.0.0
- See Also:
Version
-
-