package org.argeo.slc.deploy; @SuppressWarnings("unchecked") public interface DynamicRuntime extends ModularDeployedSystem { public void shutdown(); }