package gw.lang.reflect; /** * Copyright 2010 Guidewire Software, Inc. */ public interface IPropertyInfoDelegate extends IPropertyInfo { public IPropertyInfo getSource(); }