Skip to content

Commit

Permalink
Clarify the relationship between CDI Lite and CDI Full specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek authored and manovotn committed Oct 2, 2023
1 parent 8ead70b commit 264a1a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/src/main/asciidoc/core/definition_full.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
--
{cdi_full} contains all the functionality defined in {cdi_lite} and adds some additional features such as specialization, decorators, session scope or conversation scope.
Some of these concepts were briefly mentioned in the previous {cdi_lite} chapter and this section of specification defines them in depth.

All rules from the {cdi_lite} specification apply to {cdi_full}, unless the {cdi_full} specification says otherwise.
Most sections of the {cdi_full} specification add new rules on top of the {cdi_lite} specification, but some override the corresponding section of the {cdi_lite} specification and provide a replacing set of rules.
--

[[scopes_full]]
Expand Down

0 comments on commit 264a1a3

Please sign in to comment.