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

net.dongliu.apk.parser.bean.Feature Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package net.dongliu.apk.parser.bean;

/**
 * feature interface.
 *
 * @author dongliu
 */
public interface Feature {

    void setRequired(boolean required);

    boolean isRequired();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy