/* * Copyright 2013 Guidewire Software, Inc. */ package gw.lang; import gw.lang.reflect.module.IModule; public interface IModuleAware { IModule getModule(); }