io.featurehub.client.Feature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client-core Show documentation
Show all versions of java-client-core Show documentation
Shared core of featurehub client.
package io.featurehub.client;
public interface Feature {
// this is the feature's KEY (or ALIAS). We use name() because in Java, this is idiomatic with an enum
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy