package org.argeo.slc.deploy; import org.argeo.slc.build.NameVersion; public interface Module extends DeployedSystem, NameVersion { }