diff options
author | Erik Lumme <erik@vaadin.com> | 2017-09-12 14:29:16 +0300 |
---|---|---|
committer | Erik Lumme <erik@vaadin.com> | 2017-09-12 14:29:16 +0300 |
commit | 4f052d1b8cae9205e3f92a87f43fca329cfcde69 (patch) | |
tree | b1b36ead24fc4f38041b3a3f32e45f9d6f41f260 /documentation | |
parent | 0c4a4ee6410a69d97036a90e6562981adabb6e1e (diff) | |
download | vaadin-framework-4f052d1b8cae9205e3f92a87f43fca329cfcde69.tar.gz vaadin-framework-4f052d1b8cae9205e3f92a87f43fca329cfcde69.zip |
Add CDI Injection link from master doc
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/articles/VaadinCDI.asciidoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/articles/VaadinCDI.asciidoc b/documentation/articles/VaadinCDI.asciidoc index c45dd05f2b..f8b7cf4c4b 100644 --- a/documentation/articles/VaadinCDI.asciidoc +++ b/documentation/articles/VaadinCDI.asciidoc @@ -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] |