View Javadoc

1   package com.bm.ejb3metadata.annotations.impl;
2   
3   /**
4    * Acts as an implementation of @{@link org.jboss.annotation.ejb.Service}
5    * annotation.
6    * 
7    * @author Daniel Wiese
8    */
9   public class JService extends JCommonBean {
10  
11  	/**
12  	 * Build an object which represents @{@link jorg.jboss.annotation.ejb.Service}
13  	 * object.
14  	 */
15  	public JService() {
16  		super();
17  	}
18  
19  }