All Downloads are FREE. Search and download functionalities are using the official Maven repository.

shz.core.enums.SimpleEnum Maven / Gradle / Ivy

There is a newer version: 10.3.1
Show newest version
package shz.core.enums;

public interface SimpleEnum extends NameCodeEnum {
    @Override
    default String getValue() {
        return getCode();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy