1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/unleash-client-java
Ivar Conradi Østhus 9d334b231b Create README.md
2014-10-23 21:51:10 +02:00
..
src Added a simple util to perfom some manual testing to verify the client-server communication. 2014-10-22 10:21:10 +02:00
pom.xml Extended java-client to support the following: 2014-10-21 15:51:23 +02:00
README.md Create README.md 2014-10-23 21:51:10 +02:00

The Unleash Client 4 Java

API

It is really simple to use unleash.

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