/* * Copyright 2013 Guidewire Software, Inc. */ package gw.lang.reflect; import java.lang.reflect.Method; public interface IMethodInfoFactory { }