Annotation Type Incubating


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD,FIELD,CONSTRUCTOR})
    public @interface Incubating
    Functionality annotated with Incubating might change in a future release. This means the binary interface or similar changes could disrupt the updating process.

    This will often be done for API features that are not officially released to bots or in general, yet.