This commit is contained in:
CloudCalvin 2019-10-01 12:08:27 +02:00 committed by Arnout Engelen
parent 24afac6629
commit e0192470ec

View file

@ -11,7 +11,7 @@ Concretely **may change** means that an API or module is in early access mode an
* may have its API change in breaking ways in minor releases
* may be entirely dropped from Akka in a minor release
Complete modules can be marked as **may change**, this will can be found in their module description and in the docs.
Complete modules can be marked as **may change**, which will be stated in the module's description and in the docs.
Individual public APIs can be annotated with `akka.api.annotation.ApiMayChange` to signal that it has less
guarantees than the rest of the module it lives in. For example, when while introducing "new" Java 8 APIs into