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

org.jruby.runtime.marshal.DataType Maven / Gradle / Ivy

There is a newer version: 9.4.7.0
Show newest version
package org.jruby.runtime.marshal;

/**
 *
 * DataType is similiar to T_DATA to represent types which are incapable of getting
 * marshalled.  This is just a marker interface.
 */
public interface DataType {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy