1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/unleash-client-java
2014-10-30 14:34:33 +01:00
..
src #30 , refactoring 2014-10-30 14:34:33 +01:00
pom.xml #30 , refactoring 2014-10-30 14:34:33 +01:00
README.md Update README.md 2014-10-23 21:59:20 +02:00

The Unleash Client 4 Java

Awesome API

It is really simple to use unleash.

if(unleash.isEnabled("AwesomeFeature")) {
  //do some magic
} else {
  //do old boring stuff
}