
com.mageddo.featureswitch.Feature Maven / Gradle / Ivy
package com.mageddo.featureswitch;
public interface Feature {
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.mageddo.featureswitch;
public interface Feature {
String name();
}