View Javadoc

1   package com.bm.ejb3metadata.annotations.metadata.interfaces;
2   
3   /**
4    * Interfaces shared by Class, Method and Attributes.
5    * 
6    * @author Daniel Wiese
7    */
8   public interface ISharedMetadata extends IEjbEJB, IAnnotationResource,
9   		IPersistenceContext, IPersistenceUnit {
10  
11  }