001 /* 002 @license.text@ 003 */ 004 005 package biz.hammurapi.legacy.review; 006 007 /** 008 * @author Pavel Vlasov 009 * @version $Revision: 1.1 $ 010 */ 011 public interface Signed { 012 String getSignature(); 013 }