We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3739cee commit 4494c86Copy full SHA for 4494c86
_posts/2015-06-26-cdi.md
@@ -32,7 +32,7 @@ Pippo automatically creates the _ContactsController_ instance and pippo-weld inj
32
To activate pippo-weld integration in your Application you must register `WeldControllerFactory` and extend from `ControllerApplication` instead:
33
34
```java
35
-public class MyApplication extends Application {
+public class MyApplication extends ControllerApplication {
36
37
@Override
38
protected void onInit() {
0 commit comments