From b1f023ba543df190b1ae103b706d78a2114c560a Mon Sep 17 00:00:00 2001
From: Scott M Stark
The set of decorated types of a decorator includes all * bean types of the managed bean that are Java interfaces, @@ -49,7 +49,7 @@ *
A decorator may be an abstract class, and is not required to * implement every method of every decorated type.
* - *All decorators have a * {@linkplain jakarta.decorator.Delegate delegate injection point}. @@ -60,7 +60,7 @@ * extend every decorated type. A decorator is not required to * implement the type of the delegate injection point.
* - *By default, a bean archive has no enabled decorators. A * decorator must be explicitly enabled by listing its bean class diff --git a/api/src/main/java/jakarta/enterprise/context/package-info.java b/api/src/main/java/jakarta/enterprise/context/package-info.java index b2e2232d..86e701e4 100644 --- a/api/src/main/java/jakarta/enterprise/context/package-info.java +++ b/api/src/main/java/jakarta/enterprise/context/package-info.java @@ -29,7 +29,7 @@ * bean * * - *
The following built-in scopes are provided: * {@link jakarta.enterprise.context.Dependent @Dependent}, @@ -57,7 +57,7 @@ * method invocations or to asynchronous processes such as JMS message * listeners or EJB timer service timeouts.
* - *Most scopes are normal scopes. Normal scopes are declared * using {@link jakarta.enterprise.context.NormalScope @NormalScope}. @@ -80,7 +80,7 @@ * {@link jakarta.enterprise.context.Dependent @Dependent} and * {@link jakarta.inject.Singleton @Singleton} pseudo-scopes.
* - *A reference to a bean obtained from the container via {@linkplain * jakarta.enterprise.inject.Instance programmatic lookup} is called a diff --git a/api/src/main/java/jakarta/enterprise/event/Observes.java b/api/src/main/java/jakarta/enterprise/event/Observes.java index 20175f55..c1d9ea4c 100644 --- a/api/src/main/java/jakarta/enterprise/event/Observes.java +++ b/api/src/main/java/jakarta/enterprise/event/Observes.java @@ -105,8 +105,8 @@ * *
* By default, the observer method is notified when the event is fired. - * @return phase of the transaction *
+ * @return phase of the transaction */ public TransactionPhase during() default TransactionPhase.IN_PROGRESS; } diff --git a/api/src/main/java/jakarta/enterprise/event/package-info.java b/api/src/main/java/jakarta/enterprise/event/package-info.java index d3e87e0a..1f0f9450 100644 --- a/api/src/main/java/jakarta/enterprise/event/package-info.java +++ b/api/src/main/java/jakarta/enterprise/event/package-info.java @@ -37,7 +37,7 @@ *The {@link jakarta.enterprise.event.Event} interface is used to * fire events.
* - *The event object acts as a payload, to propagate state from * producer to consumer. An event object is an instance of a concrete @@ -47,13 +47,13 @@ * interfaces of the runtime class of the event object. An event type * may not contain a type variable.
* - *The event qualifiers act as topic selectors, allowing the consumer * to narrow the set of events it observes. An event qualifier may be an * instance of any {@linkplain jakarta.inject.Qualifier qualifier type}.
* - *An {@linkplain jakarta.enterprise.event.Observes observer method} * allows the application to receive and respond synchronously to event notifications. diff --git a/api/src/main/java/jakarta/enterprise/inject/spi/package-info.java b/api/src/main/java/jakarta/enterprise/inject/spi/package-info.java index f4ec428d..cb611f1f 100644 --- a/api/src/main/java/jakarta/enterprise/inject/spi/package-info.java +++ b/api/src/main/java/jakarta/enterprise/inject/spi/package-info.java @@ -28,7 +28,7 @@ * metadata from some other source * * - *
BeanManager
objectBeanManager
objectPortable extensions sometimes interact directly with the container * via programmatic API call. The interface @@ -36,7 +36,7 @@ * for obtaining contextual references for beans, along with many other * operations of use to portable extensions.
* - *During the application initialization process, the container fires * a series of {@linkplain jakarta.enterprise.event events}, allowing @@ -51,7 +51,7 @@ * {@link jakarta.enterprise.inject.spi.AfterDeploymentValidation} and * {@link jakarta.enterprise.inject.spi.BeforeShutdown}.
* - *The interfaces * {@link jakarta.enterprise.inject.spi.Bean}, @@ -83,7 +83,7 @@ * observing the event type * {@link jakarta.enterprise.inject.spi.ProcessObserverMethod}.
* - *A portable extension may provide an alternative metadata * source, such as configuration by XML.
@@ -104,7 +104,7 @@ * {@linkplain jakarta.enterprise.inject.spi.ProcessAnnotatedType#setAnnotatedType(AnnotatedType) * wrapping} the {@link jakarta.enterprise.inject.spi.AnnotatedType}. * - *Producer
and InjectionTarget
Producer
and InjectionTarget
The interfaces {@link jakarta.enterprise.inject.spi.Producer} and * {@link jakarta.enterprise.inject.spi.InjectionTarget} abstract the