gw.lang.reflect.features.IPropertyReference Maven / Gradle / Ivy
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.reflect.features;
import gw.lang.reflect.IPropertyInfo;
public interface IPropertyReference extends IFeatureReference
{
public IPropertyInfo getPropertyInfo();
}