io.github.dragons96.Constants Maven / Gradle / Ivy
package io.github.dragons96;
/**
* 通用静态常量
* @author dragons
* @date 2022/3/17 10:24
*/
public interface Constants {
Object[] EMPTY_OBJECT_ARRAY = new Object[0];
}
package io.github.dragons96;
/**
* 通用静态常量
* @author dragons
* @date 2022/3/17 10:24
*/
public interface Constants {
Object[] EMPTY_OBJECT_ARRAY = new Object[0];
}