Module cloud.opencode.base.feature


module cloud.opencode.base.feature
OpenCode Base Feature Module OpenCode 基础特性开关模块

Provides feature toggle/flag support based on JDK 25, enabling grayscale release, A/B testing, dynamic configuration, and expression-based feature strategies.

提供基于 JDK 25 的特性开关支持,实现灰度发布、A/B 测试、动态配置和基于表达式的特性策略。

Key Features | 主要功能:

  • Feature Toggle / Feature Flag - 特性开关
  • Grayscale Release - 灰度发布
  • A/B Testing - A/B 测试
  • Expression-Based Strategies - 基于表达式的策略
  • Feature Audit Log - 特性审计日志
  • AOP Proxy Integration - AOP 代理集成
  • Cached Feature Store - 缓存特性存储
Since:
JDK 25, opencode-base-feature V1.0.0
Author:
Leon Soo
See Also: