1 package com.loribel.commons.abstraction; 2 3 /*** 4 * Owner of Editor name. 5 * 6 * @author Gregory Borelli 7 */ 8 public interface GB_EditorNameOwner 9 { 10 String getEditorName(); 11 }