Salome HOME
Define Code skeleton
[modules/gde.git] / projects / GDE_App / GDE-ejb / src / java / com / edf / gde / ejb / MetadataDAO.java
1 /*
2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 package com.edf.gde.ejb;
7
8 import javax.ejb.Stateless;
9 import javax.ejb.LocalBean;
10
11 /**
12  *
13  * @author F62173
14  */
15 @Stateless
16 @LocalBean
17 public class MetadataDAO {
18
19     // Add business logic below. (Right-click in editor and choose
20     // "Insert Code > Add Business Method")
21 }