mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
189 B
189 B
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
}