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

com.carrotsearch.junitbenchmarks.db.IChartAnnotationVisitor Maven / Gradle / Ivy

package com.carrotsearch.junitbenchmarks.db;

import java.lang.reflect.Method;

import com.carrotsearch.junitbenchmarks.Result;

/**
 * 
 */
interface IChartAnnotationVisitor
{
    void visit(Class clazz, Method method, Result result);
    void generate(DbConsumer consumer) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy