/** * Copyright (C) 2013-2016 The Rythm Engine project * for LICENSE and other details see: * https://github.com/rythmengine/rythmengine */ package org.rythmengine.internal.dialect; import org.rythmengine.internal.IDialect; public abstract class Razor implements IDialect { public static IDialect INSTANCE;//= new Razor(); }