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

com.tinkerpop.gremlin.groovy.CompilerCustomizerProvider Maven / Gradle / Ivy

The newest version!
package com.tinkerpop.gremlin.groovy;

import org.codehaus.groovy.control.customizers.CompilationCustomizer;

/**
 * @author Stephen Mallette (http://stephen.genoprime.com)
 */
public interface CompilerCustomizerProvider {
    public CompilationCustomizer getCompilationCustomizer();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy