001 /*
002 @license.text@
003 */
004 package biz.hammurapi.config;
005
006 /**
007 * Wrapper allows to bind non-component
008 * to name tree. PathNavigator substitutes
009 * wrapper with its master.
010 * @author Pavel Vlasov
011 * @revision $Revision$
012 */
013 public interface Wrapper {
014 Object getMaster();
015 }