Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Max Mecklin / 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
  • TournamentBean.java
  • Antti Tonkyra's avatar
    fix xmlns, add tournament funcs · 155aceb3
    Antti Tonkyra committed Aug 31, 2013
    155aceb3
TournamentBean.java 344 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package fi.codecrew.moya.beans;

import javax.ejb.LocalBean;
import javax.ejb.Stateless;

/**
 * Session Bean implementation class TournamentBean
 */
@Stateless
@LocalBean
public class TournamentBean {

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