org.ow2.jasmine.jade.reflex.util.DebugReflex Maven / Gradle / Ivy
/***
* Reflex-Fractal
*
* Copyright (C) 2007 : INRIA - Domaine de Voluceau, Rocquencourt, B.P. 105,
* 78153 Le Chesnay Cedex - France
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: jade inrialpes fr
*
* Author: SARDES project - http://sardes.inrialpes.fr
*
*/
package org.ow2.jasmine.jade.reflex.util;
/**
* @author Julien Legrand
*
*/
public class DebugReflex {
/**
*
*/
public static final boolean on = false;
/**
*
*/
public static final boolean info = true;
/**
*
*/
public static final boolean warning = false;
/**
*
*/
public static final boolean start = false;
/**
*
*/
public static final boolean reflex = false;
/**
*
*/
public static final boolean genericfactory = false;
/**
*
*/
public static final boolean attribute = false;
/**
*
*/
public static final boolean name = false;
/**
*
*/
public static final boolean binding = false;
/**
*
*/
public static final boolean content = false;
/**
*
*/
public static final boolean lifecycle = false;
/**
*
*/
public static final boolean reversebinding = false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy