EJB 3.1 と EJB 3.0 の注釈
javax.ejb
パッケージには、エンタープライズ Bean とそのクライアント間の規約、 およびエンタープライズ Bean と EJB コンテナー間の規約を定義する、 Enterprise JavaBeans クラスおよびインターフェースが含まれています。
EJB 3.1 の注釈
このパッケージから使用可能な注釈タグは以下のとおりです。
javax.ejb.EJB
javax.ejb.EJBs
javax.ejb.ActivationConfigProperty
javax.ejb.ApplicationException
javax.ejb.Init
javax.ejb.Local
javax.ejb.LocalHome
javax.ejb.MessageDriven
javax.ejb.PostActivate
javax.ejb.PrePassivate
javax.ejb.Remote
javax.ejb.RemoteHome
javax.ejb.Remove
javax.ejb.Stateful
javax.ejb.Stateless
javax.ejb.Timeout
javax.ejb.TransactionAttribute
javax.ejb.TransactionManagement
javax.interceptor.AroundInvoke
javax.interceptor.ExcludeClassInterceptors
javax.interceptor.ExcludeDefaultInterceptors
javax.interceptor.Interceptors
このパッケージから使用可能な注釈タグは以下のとおりです。
javax.ejb.EJB
javax.ejb.EJBs
javax.ejb.ActivationConfigProperty
javax.ejb.ApplicationException
javax.ejb.Init
javax.ejb.Local
javax.ejb.LocalHome
javax.ejb.MessageDriven
javax.ejb.PostActivate
javax.ejb.PrePassivate
javax.ejb.Remote
javax.ejb.RemoteHome
javax.ejb.Remove
javax.ejb.Stateful
javax.ejb.Stateless
javax.ejb.Timeout
javax.ejb.TransactionAttribute
javax.ejb.TransactionManagement
javax.interceptor.AroundInvoke
javax.interceptor.ExcludeClassInterceptors
javax.interceptor.ExcludeDefaultInterceptors
javax.interceptor.Interceptors
フィードバック