Package io.github.handsomecoder.constant
Class ApplicationConstant
- java.lang.Object
-
- io.github.handsomecoder.constant.ApplicationConstant
-
public class ApplicationConstant extends Object
The type Application constant.- Author:
- Harsh Shah
-
-
Field Summary
Fields Modifier and Type Field Description static StringBLANK_SPACEThe constant BLANK_SPACE.static StringCOMMAstatic StringEMPTY_STRINGThe constant EMPTY_STRING.
-
Constructor Summary
Constructors Constructor Description ApplicationConstant()
-
-
-
Field Detail
-
BLANK_SPACE
public static final String BLANK_SPACE
The constant BLANK_SPACE.- See Also:
- Constant Field Values
-
EMPTY_STRING
public static final String EMPTY_STRING
The constant EMPTY_STRING.- See Also:
- Constant Field Values
-
COMMA
public static final String COMMA
- See Also:
- Constant Field Values
-
-