001         package com.croftsoft.core.lang.lifecycle;
002    
003         /*********************************************************************
004         * Extends Initializable and Destroyable.
005         *
006         * @version
007         *   2003-09-10
008         * @since
009         *   2001-03-06
010         * @author
011         *   <a href="https://www.croftsoft.com/">David Wallace Croft</a>
012         *********************************************************************/
013    
014         public interface  Commissionable
015           extends Initializable, Destroyable
016         //////////////////////////////////////////////////////////////////////
017         //////////////////////////////////////////////////////////////////////
018         {
019           
020         //////////////////////////////////////////////////////////////////////
021         //////////////////////////////////////////////////////////////////////
022         }