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

com.hyf.hotrefresh.common.args.AnnotatedArgumentParser Maven / Gradle / Ivy

package com.hyf.hotrefresh.common.args;

/**
 * @author baB_hyf
 * @date 2022/06/18
 * @see ArgumentHolder
 */
public interface AnnotatedArgumentParser extends ArgumentParser {

    String[] value();

    int argc();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy