Ejb 部署描述符和注释

Ejb deployment descriptor and annotations

说如果在部署描述符和注释中都有配置,哪一个会有效。注释是否会覆盖部署描述符。

部署描述符覆盖注释。这是 Java EE 教程的摘录。

Deployment information is most commonly specified in the source code by annotations. Deployment descriptors, if present, override what is specified in the source code.

5.1 Packaging Applications