@Documented @Retention(value=RUNTIME) @Target(value={PACKAGE,TYPE,METHOD,FIELD}) public @interface Beta
Beta in this case means it is a fully new feature and in general is ready for production use, but can be subject to change in near future if problems are found with the proposed API.
In addition, it can contain bugs and for this reason it should be used with caution.
Copyright © 2023 Hazelcast, Inc.. All rights reserved.