diff -r 000000000000 -r 16a1fc2116d6 java/HibernateDemo1/HibernateDemo1-lib/src/cz/frantovo/hibernateDemo1/CilDAORemote.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/HibernateDemo1/HibernateDemo1-lib/src/cz/frantovo/hibernateDemo1/CilDAORemote.java Sat Mar 14 21:58:41 2009 +0100 @@ -0,0 +1,17 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +package cz.frantovo.hibernateDemo1; + +import javax.ejb.Remote; + +/** + * + * @author fiki + */ +@Remote +public interface CilDAORemote { + +}