共通の注釈
javax.annotation
パッケージでは、共通の注釈が定義されています。
共通の Java™ EE 6 注釈タグ
このパッケージから使用可能な注釈タグは以下のとおりです。
javax.annotation.Generated
javax.annotation.PostConstruct
javax.annotation.PreDestroy
javax.annotation.Resource
javax.annotation.Resources
javax.annotation.security.DeclareRoles
javax.annotation.security.DenyAll
javax.annotation.security.PermitAll
javax.annotation.security.RolesAllowed
javax.annotation.security.RunAs
共通の Java EE 5 注釈タグ
このパッケージから使用可能な注釈タグは以下のとおりです。
javax.annotation.Generated
javax.annotation.PostConstruct
javax.annotation.PreDestroy
javax.annotation.Resource
javax.annotation.Resources
javax.annotation.security.DeclareRoles
javax.annotation.security.DenyAll
javax.annotation.security.PermitAll
javax.annotation.security.RolesAllowed
javax.annotation.security.RunAs
関連タスク
:
注釈を使用したエンタープライズ Bean の作成
注釈を使用したステートフル・セッション Bean の作成
注釈を使用したメッセージ駆動型 Bean の作成
フィードバック