All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.featurehub.client.Feature Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy