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

com.arextest.config.model.dto.Feature Maven / Gradle / Ivy

package com.arextest.config.model.dto;

/**
 * @author jmo
 * @since 2022/1/21
 */
public interface Feature {

  String name();

  boolean enabledIn(int flags);

  int getMask();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy