]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add CDI Injection link from master doc
authorErik Lumme <erik@vaadin.com>
Tue, 12 Sep 2017 11:29:16 +0000 (14:29 +0300)
committerErik Lumme <erik@vaadin.com>
Tue, 12 Sep 2017 11:29:16 +0000 (14:29 +0300)
documentation/articles/VaadinCDI.asciidoc

index c45dd05f2b5e6a09e2f282b4f27dce045453d40b..f8b7cf4c4b4c371b7c1398b5f87b791f217628e3 100644 (file)
@@ -60,3 +60,9 @@ Vaadin servlets are present.
 ** *Initialize objects in a method annotated with @PostConstruct.* CDI
 features such as @Inject are not yet functional when the constructor is
 run.
+
+[[related-pages]]
+Related pages
+~~~~~~~~~~~~~
+
+link:IIInjectionAndScopes.asciidoc[II - Injection and scopes]