1
2 package net.sf.voruta;
3 import java.lang.reflect.Method;
4 /***
5 *
6 * @author baliuka
7 */
8 public interface HandlerFactory {
9
10 ResultSetHandler getInstance( Method method, ClassFinder finder, String handlerAttribute);
11 }
This page was automatically generated by Maven