branch, which implementation is under development and should not be yet used by other teams. What is the most suitable annotation for this?
I was thinking about
org.jetbrains.annotations.ApiStatus.Experimental
, but the doc says it's more suitable for API that might changed and not where the implementation is still "under construction".
Lukasz Kalnik
01/05/2024, 1:16 PM
Looks like the best method is to create my own custom