Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion spec/src/main/asciidoc/core/beanmanager_lite.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ It is available in {cdi_lite} environment, and therefore also in {cdi_full} envi
`BeanManager` extends `BeanContainer` and provides additional features.
It is only available in {cdi_full} environment.

In {cdi_lite} environment, attempting to obtain a `BeanManager` or invoking methods on it results in non-portable behavior.
In {cdi_lite} environment, obtaining a `BeanManager` is possible, but only methods inherited from `BeanContainer` may be invoked.
Invoking `BeanManager` methods that are not inherited from `BeanContainer` results in non-portable behavior.

[[beancontainer]]

Expand Down