1 package org.kite9.framework.alias; 2 3 /*** 4 * Interface to help the aliaser do it's job 5 * 6 * @author moffatr 7 * 8 */ 9 public interface AliasEnabled { 10 11 public Object getObjectForAlias(); 12 }