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

org.mvel.util.MVELClassLoader Maven / Gradle / Ivy

The newest version!
package org.mvel.util;

public interface MVELClassLoader {
    public Class defineClassX(String className, byte[] b, int start, int end);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy