org.n3r.quartz.glass.util.GlassConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quartz-glass Show documentation
Show all versions of quartz-glass Show documentation
A web user interface for quartz
package org.n3r.quartz.glass.util;
public interface GlassConstants {
String GLASS_SCHEDULER = "glassScheduler";
String POJO_JOB_META = "pojoJobMeta";
}