Annotation Type Beta


  • @Retention(CLASS)
    @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
    public @interface Beta
    Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.

    Note: This annotation is intended only for CEL library code. Users should not attach this annotation to their own code.