reactor / reactor-core

Non-Blocking Reactive Foundation for the JVM

Home Page:http://projectreactor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add `@Incubating` annotation

OlegDokuka opened this issue · comments

Rationale

Reactor is exploring new horizons so we need to have safe harbour for some of the enhancements we add. Functionality marked with @Incubating annotation would let us make breaking changes in functionality between minor incrmenets

FYI, Akka/Pekko is using @ApiMayChange