/**
* This software is provided as IS by Antilia-Soft SL.
* Copyright 2006-2007.
*/
package com.antilia.web.field;
/**
* Interface used to mark a components containg field
*
* @author Ernesto Reinaldo Barreiro (reiern70@gmail.com)
*
*/
publicinterface IFieldPanel {
}