@@ -228,7 +228,7 @@ the guidelines specified for annotations and inheritance:
228228|===
229229|Methods in derived classes |Effective TransactionAttribute value
230230|foo() in ABean
231- |TransactionAttribute(REQUIRED). (Default TransactionAttribute as defined by the EJB specification).
231+ |TransactionAttribute(REQUIRED). (Default TransactionAttribute as defined by the Jakarta Enterprise Beans specification).
232232|bar() in ABean
233233|TransactionAttribute(REQUIRED)
234234|foo() in BBean
@@ -249,7 +249,7 @@ the guidelines specified for annotations and inheritance:
249249|TransactionAttribute(REQUIRED) (from Base class)
250250|===
251251
252- For more details about the _TransactionAttribute_ annotation, see the _EJB 3 Core Contracts_
252+ For more details about the _TransactionAttribute_ annotation, see the _Jakarta Enterprise Beans Core Contracts_
253253specification.
254254
255255All annotations defined in this specification
@@ -577,7 +577,7 @@ resources to be injected. Only one method in a given class can be
577577annotated with this annotation. The method on which the _PostConstruct_
578578annotation is applied MUST fulfill all of the following requirements,
579579except in cases where these requirements have been relaxed by another
580- specification. See in particular the _Interceptors_ specification.
580+ specification. See in particular the _Jakarta Interceptors_ specification.
581581
582582- The method MUST NOT have any para meters.
583583
@@ -641,7 +641,7 @@ managed objects that support _PostConstruct_ except the application
641641client. The method on which the _PreDestroy_ annotation is applied MUST
642642fulfill all of the following requirements, except in cases where these
643643requirements have been relaxed by another specification. See in
644- particular the _Interceptors_ specification.
644+ particular the _Jakarta Interceptors_ specification.
645645
646646- The method MUST NOT have any para meters.
647647
@@ -706,7 +706,7 @@ classes or parameters to indicate in what order they should be used. The
706706effect of using the _Priority_ annotation in any particular instance is
707707defined by other specifications that define the use of a specific class.
708708
709- For example, the _Interceptors_ specification
709+ For example, the _Jakarta Interceptors_ specification
710710defines the use of priorities on interceptors to control the order in
711711which interceptors are called.
712712
@@ -1137,10 +1137,10 @@ public class CalculatorBean {
11371137=== jakarta.annotation.ManagedBean
11381138
11391139The _ManagedBean_ annotation is used to
1140- declare a Managed Bean as specified in the _Managed Beans_
1141- specification. Managed Beans are container-managed objects that support
1140+ declare a Jakarta Managed Bean as specified in the _Jakarta Managed Beans_
1141+ specification. Jakarta Managed Beans are container-managed objects that support
11421142a small set of basic services such as resource injection, lifecycle
1143- callbacks and interceptors. A Managed Bean may optionally have a name, a
1143+ callbacks and interceptors. A Jakarta Managed Bean may optionally have a name, a
11441144_String_ specified via the _value_ element.
11451145
11461146[source,java]
@@ -1159,7 +1159,7 @@ public @interface ManagedBean {
11591159
11601160|===
11611161|Element |Description |Default
1162- |value |Name of the Managed Bean |""
1162+ |value |Name of the Jakarta Managed Bean |""
11631163|===
11641164
11651165Examples:
@@ -1177,20 +1177,20 @@ public class ShoppingCart {
11771177JSR 175: A Metadata Facility for the Java
11781178Programming Language. http://jcp.org/en/jsr/detail?id=175
11791179
1180- Java Platform, Enterprise Edition, v7 (Java
1181- EE). http ://jcp.org/en/jsr/detail?id=342
1180+ Jakarta EE Platform 9 (Jakarta EE).
1181+ https ://jakarta.ee/specifications/platform/9/
11821182
11831183Java 2 Platform, Standard Edition, v5.0
1184- (J2SE). http ://java.sun .com/j2se
1184+ (J2SE). https ://www.oracle .com/java/technologies/javase/ j2se-v50.html
11851185
1186- Enterprise JavaBeans, v3.2 (EJB) .
1187- http ://jcp.org/en/jsr/detail?id=345
1186+ Jakarta Enterprise Beans, v4.0 .
1187+ https ://jakarta.ee/specifications/enterprise-beans/4.0
11881188
1189- Interceptors, 1.2 .
1190- http ://jcp.org/en/jsr/detail?id=318
1189+ Jakarta Interceptors, 2.0 .
1190+ https ://jakarta.ee/specifications/interceptors/2.0/
11911191
1192- Managed Beans.
1193- http ://jcp.org/en/jsr/detail?id=316
1192+ Jakarta Managed Beans.
1193+ https ://jakarta.ee/specifications/managedbeans/2.0/
11941194
11951195RFC 2119.
11961196http://www.faqs.org/rfcs/rfc2119.html
0 commit comments