From 3e9779ce78157a4670d01bc451c6f8256d9ecea1 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Wed, 13 Jul 2016 14:41:43 +0300 Subject: Add empty lines so :: is recognized as definitions Change-Id: Ifddcdda98090c5e5262d000a131c53109ce2c5c5 --- documentation/advanced/advanced-cdi.asciidoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/advanced/advanced-cdi.asciidoc') 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"))) -- cgit v1.2.3