/* * Copyright 2013 Guidewire Software, Inc. */ package gw.lang.reflect; import gw.lang.parser.IReducedDynamicFunctionSymbol; public interface IDFSBackedFeatureInfo { IReducedDynamicFunctionSymbol getDfs(); }