com.sap.it.commons.layering.Subsystem Maven / Gradle / Ivy
package com.sap.it.commons.layering;
/**
* central interface to define subsystems
*
* @author d025635
*
*/
public interface Subsystem {
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy