/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package main; /** * * @author Mauricio */ public interface Definitions { public static boolean DEBUG_MODE = true; }