You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/src/main/asciidoc/core/spi.asciidoc
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,8 +235,7 @@ public abstract class CDI<T> implements Instance<T> {
235
235
}
236
236
----
237
237
238
-
A portable extension or other object may obtain a reference to the current container by calling `CDI.current()`.
239
-
`CDI.getBeanManager()` may be called at any time after the container fires the `BeforeBeanDiscovery` container lifecycle event until the container fires the `BeforeShutdown` container lifecycle event.
238
+
A portable extension or other object may obtain a reference to the current container by calling `CDI.current()`. `CDI.getBeanManager()` may be called at any time after the container fires the `BeforeBeanDiscovery` container lifecycle event until the container fires the `BeforeShutdown` container lifecycle event.
240
239
Other methods on `CDI` may be called after the application initialization is completed until the application shutdown starts.
241
240
If methods on `CDI` are called at any other time, non-portable behavior results.
0 commit comments