Annotation Type Experimental


  • @Retention(RUNTIME)
    @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
    public @interface Experimental
    An experimental user-facing API.

    Experimental API's might change or be removed in minor versions of the SANSA Stack layers, or be adopted as first-class SANSA Stack API's.

    NOTE: If there exists a Scaladoc comment that immediately precedes this annotation, the first line of the comment must be ":: Experimental ::" with no trailing blank line. This is because of the known issue that Scaladoc displays only either the annotation or the comment, whichever comes first.