Package groovy

Source Code of groovy.JointJava

package groovy;

import groovy.lang.Closure;

public class JointJava {
    public void method() {
        Closure closure = new JointGroovy().getProperty().getProperty2().getProperty3();
    }
}
TOP

Related Classes of groovy.JointJava

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.