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
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String module  
    • Element Detail

      • value

        java.lang.String value
        Returns:
        The version value of the API, e.g. 1.0.0
        See Also:
        Version
      • module

        java.lang.String module
        Returns:
        The module name, e.g. microsphere-core
        Default:
        ""