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

org.jruby.anno.CoercionType Maven / Gradle / Ivy

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

package org.jruby.anno;

/**
 *
 * @author headius
 */
public enum CoercionType {
    TO_STR, TO_S, TO_A, TO_I
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy