ch.hsr.adv.commons.stack.logic.ConstantsStack Maven / Gradle / Ivy
package ch.hsr.adv.commons.stack.logic;
/**
* Stack module-specific constants
*/
public class ConstantsStack {
/**
* Module name
*/
public static final String MODULE_NAME = "stack";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy