/**
*
*/
package ro.bmocanu.zendo.material;
import org.apache.commons.lang.builder.ToStringStyle;
/**
*
*
* @author mocanu
*/
public class MaterialConstants {
public static final ToStringStyle TO_STRING_STYLE = new ZendoMaterialToStringStyle();
}