1 package com.loribel.commons.abstraction; 2 3 /*** 4 * @author Gregory Borelli 5 */ 6 public interface GB_ObjectOwner 7 { 8 Object getObject(); 9 }