package gw.lang.reflect; import gw.lang.UnstableAPI; /** * All query results in the O/R layer must impl this * * Copyright 2010 Guidewire Software, Inc. */ @UnstableAPI public interface IQueryResultSet<T> { }