/* * Copyright 2013 Guidewire Software, Inc. */ package gw.lang.reflect.java; /** */ public interface ICompileTimeConstantValue { boolean isCompileTimeConstantValue(); Object doCompileTimeEvaluation(); }