package com.idega.builder.presentation; /** * <p>Title: idegaWeb</p> * <p>Description: * This is a special interface that indicates that the Builder has to use * a hidden layer. * </p> * <p>Copyright: Copyright (c) 2003</p> * <p>Company: idega Software</p> * @author <a href="thomas@idega.is">Thomas Hilbig</a> * @version 1.0 * Created on Jun 15, 2004 */ public interface InvisibleInBuilder { }