We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5696a6f + a4e6eec commit f43ff39Copy full SHA for f43ff39
_posts/2015-05-27-guice.md
@@ -32,7 +32,7 @@ Pippo automatically creates the _ContactsController_ instance and pippo-guice in
32
To activate pippo-guice integration in your Application you must add `GuiceControllerFactory`:
33
34
```java
35
-public class MyApplication extends Application {
+public class MyApplication extends ControllerApplication {
36
37
@Override
38
protected void onInit() {
0 commit comments