Back to project page Butler.
The source code is released under:
Apache License
If you think the Android project Butler listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.bingzer.android; /*from w w w .jav a2s .com*/ public final class Constants { public static final String Empty = ""; public static final String Dot = "."; public static final String Comma = ","; public static final String Colon = ":"; public static final String SemiColon = ";"; ////////////////////////////////// private Constants() { } }