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

com.sun.btrace.spi.BTraceCompilerFactory Maven / Gradle / Ivy

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

package com.sun.btrace.spi;

import com.sun.btrace.api.BTraceCompiler;
import com.sun.btrace.api.BTraceTask;

/**
 *
 * @author Jaroslav Bachorik 
 */
public interface BTraceCompilerFactory {
    BTraceCompiler newCompiler(BTraceTask task);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy