Annotation Type Incubating


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface Incubating
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      To keep track of which version this incubating feature was introduced
    • Element Detail

      • value

        java.lang.String value
        To keep track of which version this incubating feature was introduced
        Returns:
        version the annotation was introduced
        Default:
        "2.9.0"