io.leopard.test.xarg.Xarg Maven / Gradle / Ivy
package io.leopard.test.xarg;
/**
* 测试参数默认值.
*
* @author 谭海潮
*
*/
public interface Xarg {
String getKey();
Object getValue(Class> type, Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy