package com.mattc.autotyper; /** * Classic Program Reference Class * * @author Matthew */ public class Ref { /** * The constant APP_ID. */ public static final String APP_ID = "com.mattc.ccautotyper"; /** * The constant APP_NAME. */ public static final String APP_NAME = "CC Autotyper"; /** * The constant AUTHOR. */ public static final String AUTHOR = "Matthew Crocco (MatthewC529)"; /** * The constant VERSION. */ public static final String VERSION = "3.0.0"; }