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

cc.shacocloud.mirage.web.bind.ValueConstants Maven / Gradle / Ivy

package cc.shacocloud.mirage.web.bind;

/**
 * 在绑定注解之间共享公共值常量。
 */
public interface ValueConstants {

    /**
     * 常量定义一个没有默认值的值,作为我们不能在注解属性中使用的{@code null}的替代。
     * 这是16个unicode字符的人工排列,其唯一目的是永远不匹配用户声明的值。
     */
    String DEFAULT_NONE = "\n\t\t\n\t\t\n\uE000\uE001\uE002\n\t\t\t\t\n";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy