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

com.nativelibs4java.util.ValuedEnum Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.nativelibs4java.util;

/**
 *
 * @author ochafik
 */
public interface ValuedEnum {
	long value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy