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

io.github.dragons96.Constants Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
package io.github.dragons96;

/**
 * 通用静态常量
 * @author dragons
 * @date 2022/3/17 10:24
 */
public interface Constants {

    Object[] EMPTY_OBJECT_ARRAY = new Object[0];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy