瀏覽代碼

Add empty lines so :: is recognized as definitions

Change-Id: Ifddcdda98090c5e5262d000a131c53109ce2c5c5
tags/8.0.0.alpha1
Leif Åstrand 8 年之前
父節點
當前提交
3e9779ce78
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      documentation/advanced/advanced-cdi.asciidoc

+ 2
- 0
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")))



Loading…
取消
儲存