org.jruby.internal.runtime.methods.MethodArgs2 Maven / Gradle / Ivy
package org.jruby.internal.runtime.methods;
/**
*/
public interface MethodArgs2 {
public String[] getParameterList();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy