/* * Copyright 2013 Guidewire Software, Inc. */ package gw.lang; public interface IAutocreate { public Object getBlock(); }