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

io.github.robin_code.constant.BaseConstant Maven / Gradle / Ivy

The newest version!
package io.github.robin_code.constant;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;

@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class BaseConstant {

    public static final String EMPTY = "";

    public static final String comma = ",";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy