java/HibernateDemo1/HibernateDemo1-lib/src/cz/frantovo/hibernateDemo1/CilDAORemote.java
author František Kučera <franta-hg@frantovo.cz>
Sat, 14 Mar 2009 21:58:41 +0100
changeset 0 16a1fc2116d6
child 1 55b52df32ec2
permissions -rw-r--r--
Založení projektů (ejb, lib, web)
     1 /*
     2  * To change this template, choose Tools | Templates
     3  * and open the template in the editor.
     4  */
     5 
     6 package cz.frantovo.hibernateDemo1;
     7 
     8 import javax.ejb.Remote;
     9 
    10 /**
    11  *
    12  * @author fiki
    13  */
    14 @Remote
    15 public interface CilDAORemote {
    16     
    17 }