public class Feature extends Object
Constructor and Description |
---|
Feature() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isFeatureEnabled(String featureName) |
static void |
setFeatureEnabled(String featureName,
boolean enabled) |
static void |
withFeature(String featureName,
Runnable runnable) |