Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Linnea Samila / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • ..
  • beans
  • BillLineBean.java
  • Tuomas Riihimäki's avatar
    Package rename · 4da944a8
    Tuomas Riihimäki committed Nov 18, 2012
    4da944a8
BillLineBean.java 371 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
package fi.codecrew.moya.beans;

import javax.ejb.Stateless;

import fi.insomnia.bortal.beans.BillLineBeanLocal;

/**
 * Session Bean implementation class BillLineBean
 */
@Stateless
public class BillLineBean implements BillLineBeanLocal {

    /**
     * Default constructor. 
     */
    public BillLineBean() {
        // TODO Auto-generated constructor stub
    }

}