Annotation Type Beta


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface Beta
    Indicates that the class or a method represent preview Beta API that might change in the future as a part of the minor release.
    Since:
    3.0.0
    • Optional Element Summary

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

      • justification

        java.lang.String justification
        Default:
        ""