]> git.argeo.org Git - gpl/argeo-slc.git/blob - SlcRuntime.java
48554c9fb88a5e52394a5cb8cd8e094869dcec5d
[gpl/argeo-slc.git] / SlcRuntime.java
1 package org.argeo.slc.runtime;
2
3 import org.springframework.context.ApplicationContext;
4
5 public interface SlcRuntime {
6 public ApplicationContext getRuntimeContext();
7 }