diff options
author | Leif Åstrand <legioth@gmail.com> | 2016-07-13 14:41:43 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-29 23:12:15 +0300 |
commit | 3e9779ce78157a4670d01bc451c6f8256d9ecea1 (patch) | |
tree | 615e0a0d5defb89ee4d08a0ab0a8fa008bf8717e /documentation/advanced/advanced-cdi.asciidoc | |
parent | 6214afcd5ff1c82f62ac2d1c56ff455f0e15b3c4 (diff) | |
download | vaadin-framework-3e9779ce78157a4670d01bc451c6f8256d9ecea1.tar.gz vaadin-framework-3e9779ce78157a4670d01bc451c6f8256d9ecea1.zip |
Add empty lines so :: is recognized as definitions
Change-Id: Ifddcdda98090c5e5262d000a131c53109ce2c5c5
Diffstat (limited to 'documentation/advanced/advanced-cdi.asciidoc')
-rw-r--r-- | documentation/advanced/advanced-cdi.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/advanced/advanced-cdi.asciidoc b/documentation/advanced/advanced-cdi.asciidoc index 94bd49b06e..dab473faef 100644 --- a/documentation/advanced/advanced-cdi.asciidoc +++ b/documentation/advanced/advanced-cdi.asciidoc @@ -278,6 +278,7 @@ references (injecting A to B and B to A) will not work, and neither do CDI interceptors and decorators. (((range="endofrange", startref="term.advanced.cdi.scopes.uiscoped"))) + [classname]#@NormalUIScoped#([package]#com.vaadin.cdi#):: As [classname]#@UIScoped#, but injecting a managed bean having this annotation injects a proxy for the bean instead of a direct reference. This is the normal behaviour with CDI, as many CDI features utilize the proxy. @@ -325,6 +326,7 @@ Note that referencing application-scoped beans is not thread-safe and access must be synchronized. (((range="endofrange", startref="term.advanced.cdi.scopes.applicationscoped"))) + [classname]#@SessionScoped#:: ((("[classname]#@SessionScoped#", id="term.advanced.cdi.scopes.sessionscoped", range="startofrange"))) |