EJB 仕様に関する以下の違反を報告します。

例:


public interface EntityHome extends javax.ejb.EJBHome {
  void ejbExampleMethod() // エラー: 名前が競合しています
}