File tree Expand file tree Collapse file tree
src/main/java/dev/openfeature/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 * event handlers, transaction context propagators), instantiate a new instance directly with
2525 * {@code new OpenFeatureAPI()}.
2626 *
27- * @apiNote Isolated API instances (per spec section 1.8) are experimental and subject to change.
27+ * <p><strong>Note:</strong> Isolated API instances (per spec section 1.8) are experimental and
28+ * subject to change.
29+ *
2830 * @see <a href="https://openfeature.dev/specification/sections/flag-evaluation#18-isolated-api-instances">
2931 * Spec §1.8 — Isolated API Instances</a>
3032 */
@@ -54,7 +56,8 @@ public class OpenFeatureAPI implements EventBus<OpenFeatureAPI> {
5456 *
5557 * <p>For typical usage, prefer the global singleton via {@link #getInstance()}.
5658 *
57- * @apiNote Isolated API instances (per spec section 1.8) are experimental and subject to change.
59+ * <p><strong>Note:</strong> Isolated API instances (per spec section 1.8) are experimental and
60+ * subject to change.
5861 */
5962 public OpenFeatureAPI () {
6063 this (new AutoCloseableReentrantReadWriteLock ());
You can’t perform that action at this time.
0 commit comments