org.rythmengine.spring.web.RythmHolder Maven / Gradle / Ivy
package org.rythmengine.spring.web;
import org.rythmengine.RythmEngine;
/**
* Created with IntelliJ IDEA.
* User: luog
* Date: 2/12/13
* Time: 1:40 PM
* To change this template use File | Settings | File Templates.
*/
public interface RythmHolder {
RythmEngine getRythmEngine();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy