/* * Copyright 2013 Guidewire Software, Inc. */ package gw.lang.reflect.gs; public interface IGosuClassDelegate { Object getDelegate(); }