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

com.heliorm.def.ByteField Maven / Gradle / Ivy

The newest version!
package com.heliorm.def;

import com.heliorm.Field;

/**
 * A field representing a byte value
 *
 * @param  Object type
 * @author gideon
 */
public interface ByteField< O> extends Field, WithRange, WithEquals, WithIn, WithIs {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy