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

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

package com.hyf.hotrefresh.common.args;

import java.lang.annotation.*;

/**
 * @author baB_hyf
 * @date 2022/06/18
 */
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Argument {

    String[] value();

    int argc() default 0;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy