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

com.moon.core.enums.Placeholder Maven / Gradle / Ivy

package com.moon.core.enums;

/**
 * @author moonsky
 */
public enum Placeholder {
    /**
     * 占位符
     */
    DEFAULT;
    /**
     * 空数组
     */
    public final static byte[] BYTES = {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy