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

com.mockrunner.gen.proc.AdapterProcessor Maven / Gradle / Ivy

There is a newer version: 2.0.7
Show newest version
package com.mockrunner.gen.proc;

import java.util.List;

public interface AdapterProcessor
{
    public void process(Class module, List excludedMethods);
    public String getName();
    public String getOutput();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy