1 2 3 4 5 6 7 8
package jar.required; public class Global { public static boolean isTrue() { return (0l < System.currentTimeMillis()); } }