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

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

The newest version!
package com.heliorm.def;

import com.heliorm.Field;


/**
 * A field representing a byte array value
 *
 * @param  Object type
 * @author gideon
 */
public interface ByteArrayField< O> extends Field< O, byte[]>, WithIs {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy