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

com.jgcomptech.tools.enums.BaseEnum Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.jgcomptech.tools.enums;

interface BaseEnum {
    int getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy