资 源 简 介
fitchy - Feature toggles for Java
A simple java library to use feature toggles / feature switches in your application. It provides a simple annotation based configuration to implement toggles into your code. Currently it supports only simple java projects where you manually add toggle support to a class. You must not use annotation to enable toggling, you can also use an anonymous class that provide a possibility to switch between enabled and disabled status.
With this early version you have the ability to configure your provided features in a property file an load it at runtime. There is also a possibility to configure your feature with pure java only.
This library uses two types of proxy mechanics to enable toggles on an object. You can configure your fitchy to proxying an object with cglib or just the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报